Changeset 5479
- Timestamp:
- 09/08/2014 11:08:11 PM (12 years ago)
- File:
-
- 1 edited
-
trunk/src/includes/admin/styles/_mixins.scss (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/admin/styles/_mixins.scss
r5343 r5479 14 14 border-color: darken( $button-color, 15% ); 15 15 color: $text-color; 16 box-shadow: inset 0 1px 0 lighten( $button-color, 10% ), 0 1px 0 rgba(0,0,0,.15); 16 box-shadow: inset 0 1px 0 lighten( $button-color, 10% ); 17 } 18 19 &:focus { 20 box-shadow: inset 0 1px 0 lighten( $button-color, 10% ), 21 0 0 0 1px #5b9dd9, 22 0 0 2px 1px rgba( 30, 140, 190, .8 ); 17 23 } 18 24 … … 21 27 border-color: darken( $button-color, 15% ); 22 28 color: $text-color; 23 box-shadow: inset 0 2px 5px -3px rgba( 0, 0, 0, 0.5 ); 29 box-shadow: inset 0 2px 5px -3px rgba( 0, 0, 0, 0.5 ), 30 0 0 0 1px #5b9dd9, 31 0 0 2px 1px rgba( 30, 140, 190, .8 ); 24 32 } 25 33
Note: See TracChangeset
for help on using the changeset viewer.