Browse Source

add button hover highlight for chrome

Front 3 năm trước cách đây
mục cha
commit
ef24e9634b
2 tập tin đã thay đổi với 5 bổ sung1 xóa
  1. 1 1
      Extensions/chrome/popup.css
  2. 4 0
      Extensions/firefox/popup.css

+ 1 - 1
Extensions/chrome/popup.css

@@ -38,7 +38,7 @@ button {
 }
 
 button:hover {
-    background: #444;
+  background: #444;
 }
 
 #advancedToggle {

+ 4 - 0
Extensions/firefox/popup.css

@@ -34,6 +34,10 @@ button {
     box-shadow: 0 2px 4px -1px rgb(0 0 0 / 20%), 0 4px 5px 0 rgb(0 0 0 / 14%), 0 1px 10px 0 rgb(0 0 0 / 12%);
 }
 
+button:hover {
+    background: #444;
+  }
+
 #advancedToggle {
     margin-top: 1em;
     margin-bottom: 2em;