Browse Source

Fix review file download buttons colors

Volodymyr Tkach 2 years ago
parent
commit
a63454ec62
1 changed files with 4 additions and 0 deletions
  1. 4 0
      gogs/public/css/dark-gogs.dev.css

+ 4 - 0
gogs/public/css/dark-gogs.dev.css

@@ -448,6 +448,10 @@ span.ui.basic.yellow.label {
 	color: #999;
 	color: #999;
 }
 }
 
 
+.ui.button:hover {
+	background-color: #0000004a;
+}
+
 .ui.top.attached .ui.button {
 .ui.top.attached .ui.button {
 	margin-right: 0;
 	margin-right: 0;
 }
 }