Browse Source

[upload] buttons border fix

cgars 7 years ago
parent
commit
ae048bae24
2 changed files with 13 additions and 0 deletions
  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;
+}