ソースを参照

[upload] buttons border fix

cgars 7 年 前
コミット
d2c4f98de9
2 ファイル変更13 行追加0 行削除
  1. 6 0
      public/css/gogs.css
  2. 7 0
      public/less/_gin.less

+ 6 - 0
public/css/gogs.css

@@ -3448,3 +3448,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;
+}