mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 478625 - Visual fixes for new-tab button on linux. r=dao
This commit is contained in:
parent
d445d2c8f7
commit
56fca240bf
@ -1268,8 +1268,9 @@ tabpanels {
|
||||
|
||||
/* Tabstrip new tab button */
|
||||
.tabs-newtab-button {
|
||||
list-style-image: url(chrome://browser/skin/tabbrowser/newtab.png);
|
||||
list-style-image: url("moz-icon://stock/gtk-add?size=menu");
|
||||
border: none;
|
||||
margin-bottom: 1px;
|
||||
}
|
||||
|
||||
.tabbrowser-arrowscrollbox > .tabs-newtab-button {
|
||||
@ -1277,7 +1278,7 @@ tabpanels {
|
||||
}
|
||||
|
||||
.tabs-newtab-button > .toolbarbutton-icon {
|
||||
margin: -1px 0 0;
|
||||
margin: 0 0 -1px;
|
||||
}
|
||||
|
||||
/* Tabstrip close button */
|
||||
|
@ -64,7 +64,6 @@ classic.jar:
|
||||
* skin/classic/browser/preferences/preferences.css (preferences/preferences.css)
|
||||
skin/classic/browser/preferences/applications.css (preferences/applications.css)
|
||||
skin/classic/browser/tabbrowser/alltabs.png (tabbrowser/alltabs.png)
|
||||
skin/classic/browser/tabbrowser/newtab.png (tabbrowser/newtab.png)
|
||||
skin/classic/browser/tabbrowser/tabDragIndicator.png (tabbrowser/tabDragIndicator.png)
|
||||
icon.png
|
||||
preview.png
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 791 B |
Loading…
Reference in New Issue
Block a user