Changeset 3439:640a478849cf for admin/style/scss/partials/_buttons.scss
- Timestamp:
- 12/04/16 14:23:07 (9 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/style/scss/partials/_buttons.scss
r3437 r3439 47 47 padding: 0; 48 48 } 49 49 50 50 51 /* validation */ … … 156 157 } 157 158 158 #info-box a.button, #info-box button { 159 #info-box a.button, 160 #info-box button { 159 161 padding: 0 .5em; 160 162 margin-left: 2em; … … 169 171 padding: .33em 1.33em .5em; 170 172 text-shadow: 0 1px 0 rgba(255, 255, 255, 0.6); 171 // font-weight: normal;172 // font-size: 1.16em;173 // font-weight: normal; 174 // font-size: 1.16em; 173 175 } 174 176 … … 221 223 /* specific buttons */ 222 224 223 .checkbox-helper, #gototop, .metaGetList, .metaGetMore { 225 .checkbox-helper, 226 #gototop, 227 .metaGetList, 228 .metaGetMore { 224 229 font-size: 0.825em; 225 230 color: #333; … … 246 251 padding: .25em; 247 252 border-radius: .25em; 248 } 249 250 #gototop a, 251 #gototop a:link, 252 #gototop a:hover, 253 #gototop a:active { 254 color: #333; 255 background: transparent; 256 border: none; 253 a, 254 a:link, 255 a:hover, 256 a:active { 257 color: #333; 258 background: transparent; 259 border: none; 260 } 257 261 } 258 262 … … 264 268 background: none; 265 269 } 270 266 271 .addMeta button:not(.metaGetMore) { 267 272 border-bottom: #676e78 1px dotted;
Note: See TracChangeset
for help on using the changeset viewer.