mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Free Gnomestripe (Bug 399937 - NPOTB)
This commit is contained in:
parent
cb2c94f8c7
commit
b523a8b862
File diff suppressed because it is too large
Load Diff
@ -1,3 +1,4 @@
|
||||
%if 0
|
||||
/* ***** BEGIN LICENSE BLOCK *****
|
||||
* Version: MPL 1.1/GPL 2.0/LGPL 2.1
|
||||
*
|
||||
@ -36,8 +37,9 @@
|
||||
* the terms of any one of the MPL, the GPL or the LGPL.
|
||||
*
|
||||
* ***** END LICENSE BLOCK ***** */
|
||||
%endif
|
||||
|
||||
@import "chrome://global/skin/";
|
||||
@import url("chrome://global/skin/");
|
||||
|
||||
/* View buttons */
|
||||
#viewGroup radio {
|
||||
|
@ -1,3 +1,4 @@
|
||||
%if 0
|
||||
/* ***** BEGIN LICENSE BLOCK *****
|
||||
* Version: MPL 1.1/GPL 2.0/LGPL 2.1
|
||||
*
|
||||
@ -34,7 +35,7 @@
|
||||
* the terms of any one of the MPL, the GPL or the LGPL.
|
||||
*
|
||||
* ***** END LICENSE BLOCK ***** */
|
||||
|
||||
%endif
|
||||
/**** folder menulist ****/
|
||||
.folder-icon > .menulist-label-box > .menulist-icon {
|
||||
width: 16px;
|
||||
|
@ -1,3 +1,4 @@
|
||||
%if 0
|
||||
/* ***** BEGIN LICENSE BLOCK *****
|
||||
* Version: MPL 1.1/GPL 2.0/LGPL 2.1
|
||||
*
|
||||
@ -34,7 +35,7 @@
|
||||
* the terms of any one of the MPL, the GPL or the LGPL.
|
||||
*
|
||||
* ***** END LICENSE BLOCK ***** */
|
||||
|
||||
%endif
|
||||
/**** folder menulist ****/
|
||||
.folder-icon > .menulist-label-box > .menulist-icon {
|
||||
width: 16px;
|
||||
@ -103,7 +104,6 @@
|
||||
|
||||
|
||||
/* Hide the drop marker and the popup. */
|
||||
|
||||
#editBMPanel_namePicker[droppable="false"] > .menulist-dropmarker,
|
||||
#editBMPanel_namePicker[droppable="false"] > menupopup {
|
||||
display: none;
|
||||
|
@ -48,17 +48,17 @@
|
||||
|
||||
/* organize button */
|
||||
#organizeButton {
|
||||
list-style-image: url("chrome://browser/skin/wrench.png");
|
||||
list-style-image: url("chrome://browser/skin/places/wrench.png");
|
||||
}
|
||||
|
||||
/* view button */
|
||||
#viewMenu {
|
||||
list-style-image: url("chrome://browser/skin/wrench.png");
|
||||
list-style-image: url("chrome://browser/skin/places/wrench.png");
|
||||
}
|
||||
|
||||
/* maintenance button */
|
||||
#maintenanceButton {
|
||||
list-style-image: url("chrome://browser/skin/wrench.png");
|
||||
list-style-image: url("chrome://browser/skin/places/wrench.png");
|
||||
}
|
||||
|
||||
/* Root View */
|
||||
@ -105,7 +105,7 @@ treechildren::-moz-tree-image(title, separator) {
|
||||
}
|
||||
|
||||
treechildren::-moz-tree-image(title, livemark\/bookmarkFeedURI) {
|
||||
list-style-image: url("chrome://browser/skin/livemark-item.png") !important;
|
||||
list-style-image: url("chrome://browser/skin/places/livemark-item.png") !important;
|
||||
-moz-image-region: rect(0px, 16px, 16px, 0px);
|
||||
}
|
||||
|
||||
|
@ -1,3 +1,4 @@
|
||||
%if 0
|
||||
/*
|
||||
# -*- Mode: Java; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*-
|
||||
# ***** BEGIN LICENSE BLOCK *****
|
||||
@ -37,6 +38,7 @@
|
||||
#
|
||||
# ***** END LICENSE BLOCK *****
|
||||
*/
|
||||
endif
|
||||
|
||||
/* Global Styles */
|
||||
#BrowserPreferences radio[pane] {
|
||||
|
@ -1,8 +1,3 @@
|
||||
%ifdef MOZ_WIDGET_GTK2
|
||||
#searchbar {
|
||||
-moz-margin-start: 3px;
|
||||
}
|
||||
%endif
|
||||
|
||||
.searchbar-box {
|
||||
-moz-padding-end: 5px;
|
||||
@ -15,7 +10,6 @@
|
||||
margin-right: 0px;
|
||||
margin-left: 0px;
|
||||
background-color: -moz-field;
|
||||
|
||||
-moz-appearance: none;
|
||||
-moz-border-top-colors: ThreeDShadow;
|
||||
-moz-border-bottom-colors: ThreeDShadow;
|
||||
@ -29,8 +23,11 @@
|
||||
margin: 0px !important;
|
||||
}
|
||||
|
||||
/* ::::: searchbar-engine-button ::::: */
|
||||
.searchbar-engine-menuitem[selected="true"] > .menu-iconic-text {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
/* Engine button */
|
||||
.searchbar-engine-button-stack {
|
||||
padding: 2px 0px 2px 0px;
|
||||
}
|
||||
@ -120,8 +117,7 @@
|
||||
-moz-margin-start: 3px;
|
||||
}
|
||||
|
||||
/* ::::: search-go-button ::::: */
|
||||
|
||||
/* Searchbar endcap */
|
||||
/* In text icon mode, the Search Go button scales independently of the field,
|
||||
* and the button can be much taller, so we have to center align the elements
|
||||
* (instead of stretching them) to prevent the field from stretching vertically
|
||||
@ -176,7 +172,3 @@ toolbar[mode="text"] .search-go-button {
|
||||
.search-go-button > .toolbarbutton-icon {
|
||||
margin: 0px;
|
||||
}
|
||||
|
||||
.searchbar-engine-menuitem[selected="true"] > .menu-iconic-text {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user