Merge pull request #5048 from ellisonbg/modal-indicator
Add edit/command mode indicatorpull/37/head
commit
fc6b68a8aa
@ -1,3 +1,18 @@
|
||||
#notification_area {
|
||||
z-index: 10;
|
||||
}
|
||||
|
||||
.indicator_area {
|
||||
color: @navbarLinkColor;
|
||||
padding: 4px 3px;
|
||||
margin: 0px;
|
||||
width: 11px;
|
||||
z-index: 10;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
#kernel_indicator {
|
||||
// Pull it to the right, outside the container boundary
|
||||
margin-right: -16px;
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in new issue