]> git.basschouten.com Git - pithrottler.git/commitdiff
Add active style to provide some feedback when buttons are clicked.
authorBas Schouten <bschouten@mozilla.com>
Mon, 22 Apr 2024 10:21:49 +0000 (10:21 +0000)
committerBas Schouten <bschouten@mozilla.com>
Mon, 22 Apr 2024 10:21:49 +0000 (10:21 +0000)
html/pithrottler.css

index f62d675eaac43d8ce2ef3a044ad4703caa33d153..ce0aabefc82dfa7f2cf68d1c4ad8e22e4377cf17 100644 (file)
@@ -22,6 +22,10 @@ select:hover, button:hover {
   background-color:#303030;
 }
 
+button:active {
+  background-color:#3a3a3a;
+}
+
 select {
   box-shadow: 4px 4px #666;
   margin-bottom:10px;