зеркало из https://github.com/mozilla/gecko-dev.git
bug 303806 - wallpaper patch to default to Luna-style menus on Windows instead of Classic style, based on a patch by Chris Cunningham (chris@thumperward.vispa.com, r=ben
This commit is contained in:
Родитель
52c1889034
Коммит
a9bd34f655
|
@ -70,7 +70,7 @@ menuitem[_moz-menuactive="true"][disabled="true"] {
|
|||
.menu-iconic-accel,
|
||||
.menu-text,
|
||||
.menu-iconic-text {
|
||||
margin-top: 0px !important;
|
||||
margin-top: 2px !important;
|
||||
margin-bottom: 2px !important;
|
||||
-moz-margin-start: 1px !important;
|
||||
-moz-margin-end: 2px !important;
|
||||
|
@ -91,8 +91,8 @@ menuitem[_moz-menuactive="true"][disabled="true"] {
|
|||
|
||||
.menu-iconic-left {
|
||||
min-width: 12px;
|
||||
margin-top: 1px;
|
||||
margin-bottom: 1px;
|
||||
margin-top: 2px;
|
||||
margin-bottom: 2px;
|
||||
-moz-margin-start: 2px;
|
||||
-moz-margin-end: 2px;
|
||||
}
|
||||
|
@ -133,14 +133,18 @@ menuitem[_moz-menuactive="true"][disabled="true"] {
|
|||
/* ::::: menu/menuitems in menubar ::::: */
|
||||
|
||||
menubar > menu {
|
||||
border: 1px solid transparent;
|
||||
padding-top: 0px;
|
||||
border: 1px solid transparent !important;
|
||||
padding-top: 1px;
|
||||
-moz-padding-end: 3px;
|
||||
padding-bottom: 1px;
|
||||
-moz-padding-start: 2px;
|
||||
margin-bottom: 1px;
|
||||
margin-top: 0px !important;
|
||||
margin-bottom: 1px !important;
|
||||
}
|
||||
menubar > menu[_moz-menuactive="true"] {
|
||||
padding: 1px 3px 1px 2px !important;
|
||||
background-color : Highlight !important;
|
||||
color: HighlightText !important;
|
||||
border-top: 1px solid ThreeDHighlight;
|
||||
border-right: 1px solid ThreeDShadow;
|
||||
border-bottom: 1px solid ThreeDShadow;
|
||||
|
|
|
@ -46,12 +46,12 @@
|
|||
|
||||
menupopup,
|
||||
popup {
|
||||
border: 2px solid;
|
||||
-moz-border-top-colors: ThreeDLightShadow ThreeDHighlight;
|
||||
-moz-border-right-colors: ThreeDDarkShadow ThreeDShadow;
|
||||
-moz-border-bottom-colors: ThreeDDarkShadow ThreeDShadow;
|
||||
-moz-border-left-colors: ThreeDLightShadow ThreeDHighlight;
|
||||
padding: 1px;
|
||||
border: 1px solid ThreeDShadow;
|
||||
-moz-border-top-colors: ThreeDShadow;
|
||||
-moz-border-right-colors: ThreeDShadow;
|
||||
-moz-border-bottom-colors: ThreeDShadow;
|
||||
-moz-border-left-colors: ThreeDShadow;
|
||||
padding: 2px;
|
||||
min-width: 1px;
|
||||
background-color: Menu;
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче