Skip to content

Commit

Permalink
merge after backout
Browse files Browse the repository at this point in the history
  • Loading branch information
daogottwald committed Nov 20, 2008
2 parents 204df64 + 27252d7 commit cc542ef
Show file tree
Hide file tree
Showing 8 changed files with 39 additions and 33 deletions.
3 changes: 3 additions & 0 deletions browser/base/content/browser.xul
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,11 @@

<?xml-stylesheet href="chrome://browser/content/browser.css" type="text/css"?>
<?xml-stylesheet href="chrome://browser/content/places/places.css" type="text/css"?>

<?xml-stylesheet href="chrome://browser/skin/" type="text/css"?>

<?xml-stylesheet href="chrome://global/skin/toolbar.css" type="text/css"?>

<?xul-overlay href="chrome://global/content/editMenuOverlay.xul"?>
<?xul-overlay href="chrome://browser/content/baseMenuOverlay.xul"?>
<?xul-overlay href="chrome://browser/content/places/placesOverlay.xul"?>
Expand Down
2 changes: 2 additions & 0 deletions toolkit/content/editMenuOverlay.xul
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
<?xml version="1.0"?> <!-- -*- Mode: HTML -*- -->
<?xml-stylesheet href="chrome://global/skin/" type="text/css"?>

<!DOCTYPE overlay SYSTEM "chrome://global/locale/editMenuOverlay.dtd">

<overlay id="editMenuOverlay"
Expand Down
13 changes: 13 additions & 0 deletions toolkit/themes/gnomestripe/global/toolbar.css
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,19 @@ toolbarspacer {
width: 15px;
}

toolbar[mode="icons"] .toolbarbutton-text {
display: none;
}

toolbar[mode="text"] .toolbarbutton-icon {
display: none;
}

toolbar[mode="text"] .toolbarbutton-text {
padding: 0 !important;
margin: 3px 5px !important;
}

/* ::::: toolbarpaletteitem ::::: */

toolbarpaletteitem {
Expand Down
13 changes: 0 additions & 13 deletions toolkit/themes/gnomestripe/global/toolbarbutton.css
Original file line number Diff line number Diff line change
Expand Up @@ -162,16 +162,3 @@ toolbarbutton[type="menu-button"][disabled="true"]:hover:active {
list-style-image: none;
-moz-image-region: auto;
}

toolbar[mode="icons"] .toolbarbutton-text {
display: none;
}

toolbar[mode="text"] .toolbarbutton-icon {
display: none;
}

toolbar[mode="text"] .toolbarbutton-text {
padding: 0 !important;
margin: 3px 5px !important;
}
8 changes: 8 additions & 0 deletions toolkit/themes/pinstripe/global/toolbar.css
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,14 @@ menubar {
min-width: 1px;
}

toolbar[mode="icons"] .toolbarbutton-text {
display: none;
}

toolbar[mode="text"] .toolbarbutton-icon {
display: none;
}

/* ::::: toolbarseparator ::::: */

toolbarseparator {
Expand Down
7 changes: 0 additions & 7 deletions toolkit/themes/pinstripe/global/toolbarbutton.css
Original file line number Diff line number Diff line change
Expand Up @@ -155,10 +155,3 @@ toolbarbutton.tabbable {
-moz-user-focus: normal !important;
}

toolbar[mode="icons"] .toolbarbutton-text {
display: none;
}

toolbar[mode="text"] .toolbarbutton-icon {
display: none;
}
13 changes: 13 additions & 0 deletions toolkit/themes/winstripe/global/toolbar.css
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,19 @@ toolbar:first-child, menubar {
border-top: 0px !important;
}

toolbar[mode="icons"] .toolbarbutton-text {
display: none;
}

toolbar[mode="text"] .toolbarbutton-icon {
display: none;
}

toolbar[mode="text"] .toolbarbutton-text {
padding: 0 !important;
margin: 3px 5px !important;
}

/* ::::: toolbar decorations ::::: */

toolbarseparator {
Expand Down
13 changes: 0 additions & 13 deletions toolkit/themes/winstripe/global/toolbarbutton.css
Original file line number Diff line number Diff line change
Expand Up @@ -173,16 +173,3 @@ toolbarbutton[type="menu-button"][disabled="true"]:hover:active {
.toolbarbutton-menubutton-dropmarker[disabled="true"] {
padding: 3px !important;
}

toolbar[mode="icons"] .toolbarbutton-text {
display: none;
}

toolbar[mode="text"] .toolbarbutton-icon {
display: none;
}

toolbar[mode="text"] .toolbarbutton-text {
padding: 0 !important;
margin: 3px 5px !important;
}

0 comments on commit cc542ef

Please sign in to comment.