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.
Location:
Dev/trunk/src/client/qed-client/css/widgets
Files:
2 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    }
  • Dev/trunk/src/client/qed-client/css/widgets/LargeButton.less

    r492 r529  
    77        height: @button_large_height;
    88        padding: 3px;
    9         color: @text;
     9        color: @inactivetext;
    1010
    1111        &*, * {
     
    2020        }
    2121
     22        &.dijitHover {
     23            color: @text;
     24        }
     25
    2226        .dijitButtonNode {
    2327
     
    3034
    3135            .rftIcon {
    32                 .setIcon(24px);
     36                .setIcon(24px, grey);
    3337            }
    3438
     
    4549        }
    4650
    47         &.rftLargeButtonHover .dijitButtonNode,
    48         &.rftLargeButtonActive .dijitButtonNode {
     51        &.rftLargeButtonHover,
     52        &.rftLargeButtonActive {
    4953            .transition (0.1s);
     54            .rftIcon {
     55                vertical-align: top;
     56                .setIcon(24px, white);
     57            }
    5058        }
    5159    }
Note: See TracChangeset for help on using the changeset viewer.