소스 검색

add button hover highlight for chrome

Front 3 년 전
부모
커밋
ef24e9634b
2개의 변경된 파일5개의 추가작업 그리고 1개의 파일을 삭제
  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;