Changeset 3435:991da32caed1 for admin/style/scss
- Timestamp:
- 12/03/16 10:02:56 (9 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/style/scss/partials/_buttons.scss
r3434 r3435 222 222 223 223 .checkbox-helper { 224 font-size: smaller; 224 font-size: 0.825em; 225 text-shadow: none; 226 background-color: transparent; 227 background-image: none; 228 box-shadow: none; 229 border: 1px solid #676e78; 230 margin-bottom: .25em; 231 &:hover { 232 background-color: #a2cbe9; 233 background-image: none; 234 box-shadow: none; 235 } 225 236 } 226 237
Note: See TracChangeset
for help on using the changeset viewer.