Changeset 6539
- Timestamp:
- 06/13/2017 06:29:01 AM (9 years ago)
- Location:
- trunk/src/includes/admin/styles
- Files:
-
- 2 edited
-
_admin.scss (modified) (1 diff)
-
_mixins.scss (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/admin/styles/_admin.scss
r6214 r6539 409 409 410 410 .media-selection .attachment.selection.details .thumbnail { 411 -webkit-box-shadow: 412 0px 0px 0px 1px #fff, 413 0px 0px 0px 3px $highlight-color; 414 box-shadow: 415 0px 0px 0px 1px #fff, 416 0px 0px 0px 3px $highlight-color; 411 box-shadow: 0 0 0 1px #fff, 0 0 0 3px $highlight-color; 417 412 } 418 413 -
trunk/src/includes/admin/styles/_mixins.scss
r5993 r6539 3 3 * highlights/shadows, based on a base color. 4 4 */ 5 @mixin button( $button-color, $text-color: white) {5 @mixin button( $button-color, $text-color: #fff ) { 6 6 background: $button-color; 7 7 border-color: darken( $button-color, 10% ) darken( $button-color, 15% ) darken( $button-color, 15% );
Note: See TracChangeset
for help on using the changeset viewer.