notificationarea.less
35 lines
| 502 B
| text/x-less
|
LessCssLexer
Brian E. Granger
|
r10730 | #notification_area { | ||
z-index: 10; | ||||
} | ||||
Brian E. Granger
|
r15115 | |||
.indicator_area { | ||||
color: @navbarLinkColor; | ||||
padding: 4px 3px; | ||||
margin: 0px; | ||||
width: 11px; | ||||
z-index: 10; | ||||
Brian E. Granger
|
r15128 | text-align: center; | ||
Brian E. Granger
|
r15115 | } | ||
#kernel_indicator { | ||||
// Pull it to the right, outside the container boundary | ||||
margin-right: -16px; | ||||
} | ||||
Paul Ivanov
|
r15847 | .edit_mode_icon:before { | ||
Paul Ivanov
|
r15806 | .icon(@pencil); | ||
} | ||||
Paul Ivanov
|
r15847 | .command_mode_icon:before { | ||
Paul Ivanov
|
r15806 | .icon(' '); | ||
} | ||||
Paul Ivanov
|
r15847 | .kernel_idle_icon:before { | ||
Paul Ivanov
|
r15807 | .icon(@circle-blank); | ||
} | ||||
Paul Ivanov
|
r15847 | .kernel_busy_icon:before { | ||
Paul Ivanov
|
r15807 | .icon(@circle); | ||
} | ||||