зеркало из https://github.com/mozilla/pjs.git
bug 235872 - add description property to menuitems
r=neil, sr=bryner
This commit is contained in:
Родитель
990d7e79ba
Коммит
f63cfdd63c
|
@ -77,6 +77,12 @@ menuitem[_moz-menuactive="true"][disabled="true"] {
|
|||
font-weight: inherit;
|
||||
}
|
||||
|
||||
.menu-description {
|
||||
font-style: italic;
|
||||
color: #8C99AB;
|
||||
margin-left: 1ex !important;
|
||||
}
|
||||
|
||||
.menu-accel,
|
||||
.menu-iconic-accel {
|
||||
margin: 0px 2px 0px 7px !important;
|
||||
|
|
|
@ -56,6 +56,12 @@ menulist {
|
|||
margin: 0 2px 0 0 !important;
|
||||
}
|
||||
|
||||
.menulist-description {
|
||||
font-style: italic;
|
||||
color: #5D616E;
|
||||
margin-left: 1em !important;
|
||||
}
|
||||
|
||||
.menulist-icon {
|
||||
padding-right: 2px;
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче