source: Dev/trunk/src/client/qed-client/css/loading.less @ 532

Last change on this file since 532 was 529, checked in by hendrikvanantwerpen, 11 years ago
  • 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 size: 620 bytes
Line 
1#rft.claro {
2       
3    .qedLoading {
4        background-image: url('images/loading-lightgrey-on-darkgrey.gif');
5        background-repeat: no-repeat;
6        background-color: transparent;
7        border: none;
8        width: 16px;
9        height: 11px;
10        display: inline-block;
11    }
12
13    .dijitTabContainerLeft-tabs .dijitTab.dijitTabHover .qedLoading {
14        background-image: url('images/loading-white-on-darkgrey.gif');
15    }
16
17    .blue {
18        .dijitTabContainerLeft-tabs .dijitTab.dijitTabChecked .qedLoading {
19            background-image: url('images/loading-white-on-blue.gif');
20        }
21    }
22
23}
Note: See TracBrowser for help on using the repository browser.