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/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.