mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 588764 - Add border around content area. r=dolske a=b
This commit is contained in:
parent
34accc5e36
commit
02c17e1a9a
@ -944,6 +944,7 @@
|
||||
</toolbox>
|
||||
|
||||
<hbox flex="1" id="browser">
|
||||
<vbox id="browser-border-start" hidden="true" layer="true"/>
|
||||
<vbox id="sidebar-box" hidden="true" class="chromeclass-extrachrome">
|
||||
<sidebarheader id="sidebar-header" align="center">
|
||||
<label id="sidebar-title" persist="value" flex="1" crop="end" control="sidebar"/>
|
||||
@ -963,6 +964,7 @@
|
||||
autocompletepopup="PopupAutoComplete"
|
||||
onclick="return contentAreaClick(event, false);"/>
|
||||
</vbox>
|
||||
<vbox id="browser-border-end" hidden="true" layer="true"/>
|
||||
</hbox>
|
||||
|
||||
<vbox id="browser-bottombox" layer="true">
|
||||
|
@ -120,6 +120,16 @@
|
||||
border-color: @glassToolbarBorderColor@ !important;
|
||||
background-clip: padding-box;
|
||||
}
|
||||
#main-window[sizemode="normal"] #browser-border-start,
|
||||
#main-window[sizemode="normal"] #browser-border-end {
|
||||
display: -moz-box;
|
||||
background-color: @glassToolbarBorderColor@;
|
||||
width: 1px;
|
||||
}
|
||||
#main-window[sizemode="normal"] #browser-bottombox {
|
||||
border: 1px solid @glassToolbarBorderColor@;
|
||||
border-top-style: none;
|
||||
}
|
||||
|
||||
#main-window[sizemode="normal"] #navigator-toolbox[tabsontop="true"] > #nav-bar:not([inFullscreen="true"]):not(:-moz-lwtheme),
|
||||
#main-window[sizemode="normal"] #navigator-toolbox[tabsontop="true"]:not([customizing]) > #nav-bar[collapsed="true"] + toolbar:not([inFullscreen="true"]):not(:-moz-lwtheme),
|
||||
|
Loading…
Reference in New Issue
Block a user