Parcourir la source

gray background style when hovering buttons

Gildas il y a 7 ans
Parent
commit
2ff498a593
1 fichiers modifiés avec 4 ajouts et 0 suppressions
  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] {