Bug 589259 - top outside corners of navigation toolbar need border radius. r=mano

This commit is contained in:
Dão Gottwald 2010-10-15 17:22:00 +02:00
Родитель c554a0e9e9
Коммит 8778cc21b9
2 изменённых файлов: 19 добавлений и 7 удалений

Просмотреть файл

@ -3,6 +3,7 @@
%undef WINSTRIPE_AERO
%define customToolbarColor hsl(214,44%,87%)
%define glassToolbarBorderColor rgb(40%,40%,40%)
@media all and (-moz-windows-default-theme) {
#navigator-toolbox > toolbar:not(:-moz-lwtheme) {
@ -89,9 +90,24 @@
text-shadow: 0 0 .5em white, 0 0 .5em white, 0 1px 0 rgba(255,255,255,.4);
}
#main-window[sizemode="normal"] #navigator-toolbox[tabsontop="true"] > toolbar:not(#toolbar-menubar):not(#TabsToolbar) {
border-left: 1px solid ThreeDShadow;
border-right: 1px solid ThreeDShadow;
#main-window[sizemode="normal"] #navigator-toolbox[tabsontop="true"] > toolbar:not(#toolbar-menubar):not(#TabsToolbar):not(:-moz-lwtheme) {
border-left: 1px solid @glassToolbarBorderColor@;
border-right: 1px solid @glassToolbarBorderColor@;
}
#navigator-toolbox,
#navigator-toolbox > toolbar {
border-color: @glassToolbarBorderColor@ !important;
}
#main-window[sizemode="normal"] #navigator-toolbox[tabsontop="true"] > #nav-bar:not(:-moz-lwtheme),
#main-window[sizemode="normal"] #navigator-toolbox[tabsontop="true"]:not([customizing]) > #nav-bar[collapsed="true"] + toolbar:not(:-moz-lwtheme),
#main-window[sizemode="normal"] #navigator-toolbox[tabsontop="true"]:not([customizing]) > #nav-bar[collapsed="true"] + #customToolbars + #PersonalToolbar:not(:-moz-lwtheme) {
border-top-left-radius: 3.5px;
border-top-right-radius: 3.5px;
}
#main-window[sizemode="normal"] #TabsToolbar[tabsontop="true"]:not(:-moz-lwtheme) {
padding-left: 4px;
padding-right: 4px;
}
/* Make the window draggable by glassed toolbars (bug 555081) */

Просмотреть файл

@ -1435,10 +1435,6 @@ richlistitem[type~="action"][actiontype="switchtab"] > .ac-url-box > .ac-action-
min-height: 7.3mozmm;
}
.tabbrowser-tabs:not([overflow="true"]) {
-moz-margin-start: 3px;
}
/* Tabs */
.tabbrowser-tab,
.tabs-newtab-button {