source: Dev/trunk/client/qed/css/dijit/topbar.less @ 432

Last change on this file since 432 was 432, checked in by hendrikvanantwerpen, 12 years ago

Split up and re-organized LESS. Not sure how it all works yet though.

File size: 531 bytes
Line 
1#rft.claro .topbar {
2
3    overflow-y: hidden;
4
5    .dijitMenuBar {
6        .flatShading;
7        background-color: transparent;
8        float: right;
9        clear: right;
10        margin-top: 16px;
11    }
12
13    .breadcrumbs {
14        color: @headers;
15        .breadcrumb {
16            font-size: @font_size;
17            &.breadcrumbCurrent {
18                color: @text;
19                font-size: round(@font_size * 1.125);
20            }
21            &.breadcrumbHover {
22                color: @blue;
23            }
24        }
25    }
26}
Note: See TracBrowser for help on using the repository browser.