- Timestamp:
- 10/10/12 17:45:49 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Dev/branches/rest-dojo-ui/client/rft/css/LESS/rftSelector.less
r403 r411 6 6 7 7 #rft { 8 .claro {8 &.claro { 9 9 10 10 .rftSelector { … … 12 12 margin: @std_offset; 13 13 14 .rftLineWith Buttons {14 .rftLineWithActions { 15 15 .noOffset; 16 16 } … … 18 18 .rftSelectorSelected { 19 19 // Operation indicator styling 20 .rftSelector Color {20 .rftSelectorIndicator { 21 21 .noOffset; 22 22 float: left; 23 23 width: @indicatorWidth; 24 24 height: @std_height; 25 background-color: #bedead; 25 26 26 27 &.conflict { … … 38 39 .rftSelectorOptions, .rftSelectorSelected { 39 40 40 .rftLineWith Buttons {41 .rftLineWithActions { 41 42 background-color: @text; 42 43 color: @darkest;
Note: See TracChangeset
for help on using the changeset viewer.