Ignore:
Timestamp:
03/23/14 22:58:54 (11 years ago)
Author:
hendrikvanantwerpen
Message:
  • Added grey icons for better highlighting, synced block and large buttons.
  • Introduced extra color for text, now disabled/inactive/hovered -> it's not very clear though.
  • Added confirmation on irrevertable actions.
  • Added support for query string in our new request implementation.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Dev/trunk/src/client/qed-client/css/widgets/BlockButton.less

    r492 r529  
    55    height: @button_block_height;
    66    vertical-align: top;
    7     color: @text;
     7    color: @inactivetext;
    88
    99    &.dijitDisabled {
    1010        color: @disabledtext;
     11    }
     12
     13    &.dijitHover {
     14        color: @text;
    1115    }
    1216
     
    3034
    3135        .rftIcon {
    32             .setIcon(16px);
     36            .setIcon(16px, grey);
    3337        }
    3438    }
     
    3943        .rftIcon {
    4044            vertical-align: top;
    41             .setIcon(16px, black);
     45            .setIcon(16px, white);
    4246        }
    4347    }
Note: See TracChangeset for help on using the changeset viewer.