Explorar el Código

gray background style when hovering buttons

Gildas hace 7 años
padre
commit
2ff498a593
Se han modificado 1 ficheros con 4 adiciones y 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] {