浏览代码

[upload] buttons border fix

cgars 7 年之前
父节点
当前提交
ae048bae24
共有 2 个文件被更改,包括 13 次插入0 次删除
  1. 6 0
      public/css/gogs.css
  2. 7 0
      public/less/_gin.less

+ 6 - 0
public/css/gogs.css

@@ -3403,3 +3403,9 @@ textarea#description {
   font-weight: bold;
   text-align: center;
 }
+#file-buttons > a:first-child {
+  border-top-left-radius: .28571429rem;
+  border-bottom-left-radius: .28571429rem;
+  border-top-right-radius: 0;
+  border-bottom-right-radius: 0;
+}

+ 7 - 0
public/less/_gin.less

@@ -260,3 +260,10 @@ textarea#description {
   font-weight: bold;
   text-align: center;
 }
+
+#file-buttons > a:first-child {
+  border-top-left-radius: .28571429rem;
+  border-bottom-left-radius: .28571429rem;
+  border-top-right-radius: 0;
+  border-bottom-right-radius: 0;
+}