Lightened up sidebar icons and fixed context menu arrow alignment
This commit is contained in:
parent
93d2d8ad67
commit
a71752f5c4
|
@ -94,9 +94,6 @@
|
||||||
.context-menu-submenu:after {
|
.context-menu-submenu:after {
|
||||||
content: ">";
|
content: ">";
|
||||||
color: #666;
|
color: #666;
|
||||||
position: absolute;
|
|
||||||
top: 0;
|
|
||||||
right: 3px;
|
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -3454,6 +3454,10 @@ button.btn-icon-text > i.icon-white {
|
||||||
text-align: left;
|
text-align: left;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#media_type_nav .icon-white {
|
||||||
|
opacity: 0.8;
|
||||||
|
}
|
||||||
|
|
||||||
#media_type_nav .btn-group {
|
#media_type_nav .btn-group {
|
||||||
padding: 4px;
|
padding: 4px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue