Преглед на файлове

[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;
+}