mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
Invert toggle button colours so state is more obvious
This commit is contained in:
@@ -83,6 +83,12 @@
|
||||
line-height: 13px;
|
||||
padding: 5px 8px;
|
||||
}
|
||||
.sidebar-header-button-toggle {
|
||||
@include workspace-button-toggle;
|
||||
font-size: 13px;
|
||||
line-height: 13px;
|
||||
padding: 5px 8px;
|
||||
}
|
||||
.sidebar-header-button:not(:first-child) {
|
||||
border-left: none;
|
||||
}
|
||||
|
Reference in New Issue
Block a user