consolidate slideout panels
This commit is contained in:
parent
bb1d91b46a
commit
69a57de928
17 changed files with 388 additions and 198 deletions
|
@ -8,7 +8,7 @@
|
|||
|
||||
.libraryMenuDivider {
|
||||
height: 1px;
|
||||
background: #282828;
|
||||
background: #333;
|
||||
margin: .5em 0;
|
||||
}
|
||||
|
||||
|
@ -196,7 +196,7 @@
|
|||
}
|
||||
|
||||
.librarySidebarLinks a:hover {
|
||||
background-color: #38c !important;
|
||||
background-color: #383838 !important;
|
||||
color: #fff !important;
|
||||
}
|
||||
|
||||
|
@ -208,7 +208,7 @@
|
|||
}
|
||||
|
||||
.selectedMediaFolder {
|
||||
background-color: #52B54B !important;
|
||||
background-color: #3388cc !important;
|
||||
color: #fff !important;
|
||||
}
|
||||
|
||||
|
@ -217,7 +217,7 @@
|
|||
}
|
||||
|
||||
.ui-panel.ui-body-b {
|
||||
background-color: #161616;
|
||||
background-color: #212121;
|
||||
}
|
||||
|
||||
.libraryViewNav .ui-btn-active {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue