src/main/webapp/lightpit.css

changeset 146
b0e83cab0bde
parent 124
ed2e7aef2a3e
child 162
2adc8623dd89
--- a/src/main/webapp/lightpit.css	Fri Oct 23 12:38:20 2020 +0200
+++ b/src/main/webapp/lightpit.css	Fri Oct 23 13:29:33 2020 +0200
@@ -145,12 +145,12 @@
     background: #f0f0ff;
 }
 
-button[type=submit] {
+button[type=submit], a.button.submit {
     background: #20a0ff;
     color: white;
 }
 
-button[type=submit]:hover {
+button[type=submit]:hover, a.button.submit:hover {
     background: #1090cf;
 }
 

mercurial