Explorar o código

gray background style when hovering buttons

Gildas %!s(int64=7) %!d(string=hai) anos
pai
achega
2ff498a593
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  1. 4 0
      extension/ui/pages/options.css

+ 4 - 0
extension/ui/pages/options.css

@@ -12,6 +12,10 @@ button {
     border-width: 1px;
 }
 
+button:not([disabled]):hover {
+    background-color: #ebebeb;
+}
+
 button,
 select,
 input[type=text] {