diff --git a/themes/classic/global/mac/button.css b/themes/classic/global/mac/button.css index ab33ae816786..090f01a63219 100644 --- a/themes/classic/global/mac/button.css +++ b/themes/classic/global/mac/button.css @@ -39,10 +39,10 @@ button { -moz-border-bottom-colors: transparent transparent transparent #000000 #777777 #AAAAAA; -moz-border-left-colors:transparent transparent transparent #000000 #CCCCCC #FFFFFF; -moz-border-radius: 5px; - padding: 2px; + padding: 0px 4px; background-color: #CCCCCC; color: #000000; - font: message-box; + font: menu; } .button-text { diff --git a/themes/classic/global/mac/menu.css b/themes/classic/global/mac/menu.css index 20990ba9a475..631b0de6b228 100644 --- a/themes/classic/global/mac/menu.css +++ b/themes/classic/global/mac/menu.css @@ -42,10 +42,12 @@ menuitem[default="true"] { font-weight: bold; } -menu[disabled="true"], menuitem[disabled="true"], +menu[disabled="true"], +menuitem[disabled="true"], menu[menuactive="true"][disabled="true"], menuitem[menuactive="true"][disabled="true"] { - color: GrayText; + background-color: transparent !important; + color: GrayText !important; } /* ..... internal content .... */ diff --git a/themes/classic/global/mac/outliner.css b/themes/classic/global/mac/outliner.css index e6f8ce9baaf4..34398d060d1f 100644 --- a/themes/classic/global/mac/outliner.css +++ b/themes/classic/global/mac/outliner.css @@ -35,7 +35,7 @@ outliner { -moz-border-right-colors: ThreeDHighlight ThreeDLightShadow; -moz-border-bottom-colors: ThreeDHighlight ThreeDLightShadow; -moz-border-left-colors: ThreeDShadow ThreeDDarkShadow; - background-color: -moz-Dialog; + background-color: #EEEEEE; color: -moz-DialogText; } diff --git a/themes/classic/global/mac/splitter.css b/themes/classic/global/mac/splitter.css index fcd9a0db947f..844e93f5c161 100644 --- a/themes/classic/global/mac/splitter.css +++ b/themes/classic/global/mac/splitter.css @@ -38,7 +38,7 @@ splitter { -moz-border-right-colors: ThreeDDarkShadow ThreeDShadow; -moz-border-bottom-colors: ThreeDShadow ThreeDLightShadow; -moz-border-left-colors: ThreeDDarkShadow ThreeDHighlight; - width: 8px; + min-width: 8px; background-color: ThreeDFace; } @@ -54,7 +54,7 @@ splitter[orient="vertical"] { -moz-border-right-colors: ThreeDShadow ThreeDLightShadow; -moz-border-bottom-colors: ThreeDDarkShadow ThreeDShadow; -moz-border-left-colors: ThreeDHighlight ThreeDLightShadow; - height: 8px; + min-height: 8px; } /* ::::: splitter grippy ::::: */ @@ -63,8 +63,8 @@ grippy { cursor: pointer; border-top: 1px solid ThreeDShadow; border-bottom: 1px solid ThreeDShadow; - width: 4px; - height: 115px; + min-width: 4px; + min-height: 115px; background-color: transparent; background-repeat: no-repeat; } @@ -78,8 +78,8 @@ splitter[orient="vertical"] > grippy { border-right: 1px solid ThreeDShadow; border-bottom: none; border-left: 1px solid ThreeDShadow;; - width: 115px; - height: 4px; + min-width: 115px; + min-height: 4px; } /* ..... normal state ..... */