src/main/webapp/lightpit.css

changeset 146
b0e83cab0bde
parent 124
ed2e7aef2a3e
child 162
2adc8623dd89
equal deleted inserted replaced
145:6d2d69fd1c12 146:b0e83cab0bde
143 143
144 button:hover, a.button:hover { 144 button:hover, a.button:hover {
145 background: #f0f0ff; 145 background: #f0f0ff;
146 } 146 }
147 147
148 button[type=submit] { 148 button[type=submit], a.button.submit {
149 background: #20a0ff; 149 background: #20a0ff;
150 color: white; 150 color: white;
151 } 151 }
152 152
153 button[type=submit]:hover { 153 button[type=submit]:hover, a.button.submit:hover {
154 background: #1090cf; 154 background: #1090cf;
155 } 155 }
156 156
157 th { 157 th {
158 text-align: left; 158 text-align: left;

mercurial