src/main/webapp/lightpit.css

changeset 266
65c72e65ff67
parent 230
95b419e054fa
child 268
ca5501d851fa
equal deleted inserted replaced
265:6a21bb926e02 266:65c72e65ff67
177 background: #f0f0f0; 177 background: #f0f0f0;
178 178
179 padding: .25em .5em .25em .5em; 179 padding: .25em .5em .25em .5em;
180 cursor: default; 180 cursor: default;
181 text-decoration: none; 181 text-decoration: none;
182 text-align: center;
182 font-variant-caps: small-caps; 183 font-variant-caps: small-caps;
183 } 184 }
184 185
185 button:hover, a.button:hover { 186 button:hover, a.button:hover {
186 background: #f0f0ff; 187 background: #f0f0ff;
188 }
189
190 button[data-toggle], a.button[data-toggle] {
191 border-color: #1040a0;
192 background: #d0d0d5;
187 } 193 }
188 194
189 button[type=submit], a.button.submit { 195 button[type=submit], a.button.submit {
190 background: #20a0ff; 196 background: #20a0ff;
191 color: white; 197 color: white;

mercurial