Lightened up sidebar icons and fixed context menu arrow alignment

This commit is contained in:
Albert Santoni 2015-08-19 16:21:10 -04:00
parent 93d2d8ad67
commit a71752f5c4
2 changed files with 4 additions and 3 deletions

View File

@ -94,9 +94,6 @@
.context-menu-submenu:after {
content: ">";
color: #666;
position: absolute;
top: 0;
right: 3px;
z-index: 1;
}

View File

@ -3454,6 +3454,10 @@ button.btn-icon-text > i.icon-white {
text-align: left;
}
#media_type_nav .icon-white {
opacity: 0.8;
}
#media_type_nav .btn-group {
padding: 4px;
}