Applied context menu restyling globally

This commit is contained in:
Albert Santoni 2015-08-12 17:47:55 -04:00
parent 0c83b62545
commit 8dd580e623
3 changed files with 14 additions and 13 deletions

View file

@ -167,3 +167,16 @@
.context-menu-accesskey {
text-decoration: underline;
}
/* Library Context Menu */
.context-menu-item.icon {
min-height: 26px;
padding: 0 5px;
background-position: 4px 5px;
}
.context-menu-item > span {
padding: 0 20px;
line-height: 26px;
}