Skip to:
Content

bbPress.org

Changeset 6539


Ignore:
Timestamp:
06/13/2017 06:29:01 AM (9 years ago)
Author:
netweb
Message:

Updated admin base SCSS styles:

See #2583

Location:
trunk/src/includes/admin/styles
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/includes/admin/styles/_admin.scss

    r6214 r6539  
    409409
    410410.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;
    417412}
    418413
  • trunk/src/includes/admin/styles/_mixins.scss

    r5993 r6539  
    33 * highlights/shadows, based on a base color.
    44 */
    5 @mixin button( $button-color, $text-color: white ) {
     5@mixin button( $button-color, $text-color: #fff ) {
    66    background: $button-color;
    77    border-color: darken( $button-color, 10% ) darken( $button-color, 15% ) darken( $button-color, 15% );
Note: See TracChangeset for help on using the changeset viewer.