Pinstripe tweaks including fixes for:
273018 - View > Character Encoding > Customize 268230 - Mac: wrong popup notification icon 266047 - Clean Up button is not included in DM WIndow's tab-order 235031 - Firefox displays "blue" appearance 242831 - Pinstripe should follow "Full keyboard access"
This commit is contained in:
Родитель
adfdaf7ccf
Коммит
1940386989
Двоичные данные
browser/themes/pinstripe/browser/Info.png
Двоичные данные
browser/themes/pinstripe/browser/Info.png
Двоичный файл не отображается.
До Ширина: | Высота: | Размер: 757 B После Ширина: | Высота: | Размер: 422 B |
|
@ -0,0 +1,34 @@
|
|||
|
||||
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
|
||||
|
||||
.up {
|
||||
min-width: 0px;
|
||||
list-style-image: url("chrome://global/skin/arrow/arrow-up.gif");
|
||||
}
|
||||
.up[disabled="true"] {
|
||||
list-style-image: url("chrome://global/skin/arrow/arrow-up-dis.gif");
|
||||
}
|
||||
|
||||
.down {
|
||||
min-width: 0px;
|
||||
list-style-image: url("chrome://global/skin/arrow/arrow-dn.gif");
|
||||
}
|
||||
.down[disabled="true"] {
|
||||
list-style-image: url("chrome://global/skin/arrow/arrow-dn-dis.gif");
|
||||
}
|
||||
|
||||
.left {
|
||||
min-width: 0px;
|
||||
list-style-image: url("chrome://global/skin/arrow/arrow-lft.gif");
|
||||
}
|
||||
.left[disabled="true"] {
|
||||
list-style-image: url("chrome://global/skin/arrow/arrow-lft-dis.gif");
|
||||
}
|
||||
|
||||
.right {
|
||||
min-width: 0px;
|
||||
list-style-image: url("chrome://global/skin/arrow/arrow-rit.gif");
|
||||
}
|
||||
.right[disabled="true"] {
|
||||
list-style-image: url("chrome://global/skin/arrow/arrow-rit-dis.gif");
|
||||
}
|
Двоичные данные
toolkit/themes/pinstripe/global/arrow/arrow-dn.gif
Двоичные данные
toolkit/themes/pinstripe/global/arrow/arrow-dn.gif
Двоичный файл не отображается.
До Ширина: | Высота: | Размер: 56 B После Ширина: | Высота: | Размер: 56 B |
|
@ -45,7 +45,6 @@
|
|||
|
||||
checkbox {
|
||||
-moz-appearance: checkbox-container;
|
||||
-moz-user-focus: ignore;
|
||||
-moz-box-align: center;
|
||||
margin: 2px 2px 4px 2px;
|
||||
}
|
||||
|
|
|
@ -7,6 +7,7 @@ classic.jar:
|
|||
+ skin/classic/global/activetab-left.png
|
||||
+ skin/classic/global/activetab-middle.png
|
||||
+ skin/classic/global/activetab-right.png
|
||||
+ skin/classic/global/arrow.css
|
||||
+ skin/classic/global/autocomplete.css
|
||||
+ skin/classic/global/browser.css
|
||||
+ skin/classic/global/button.css
|
||||
|
|
|
@ -47,7 +47,7 @@
|
|||
|
||||
menu,
|
||||
menuitem {
|
||||
-moz-appearance: none !important;
|
||||
-moz-appearance: menuitem;
|
||||
-moz-box-align: center;
|
||||
color: #000000;
|
||||
font: menu;
|
||||
|
@ -134,8 +134,6 @@ menupopup > menu[_moz-menuactive="true"],
|
|||
menupopup > menuitem[_moz-menuactive="true"],
|
||||
popup > menu[_moz-menuactive="true"],
|
||||
popup > menuitem[_moz-menuactive="true"] {
|
||||
/* background: url("chrome://global/skin/icons/menuselected.png") #FFFFFF repeat !important; */
|
||||
background-color: #3063b0;
|
||||
color: #FFF;
|
||||
}
|
||||
|
||||
|
|
|
@ -48,7 +48,6 @@
|
|||
|
||||
menulist {
|
||||
-moz-appearance: menulist;
|
||||
-moz-user-focus: ignore;
|
||||
margin: 2px 4px;
|
||||
height: 20px !important;
|
||||
}
|
||||
|
|
|
@ -81,7 +81,6 @@ progressmeter {
|
|||
/* :::::: download progress meter :::::::: */
|
||||
|
||||
#progress, #progress0 {
|
||||
align: center !important;
|
||||
vertical-align: baseline !important;
|
||||
-moz-appearance: progressbar;
|
||||
border-left: 1px solid #cccccc;
|
||||
|
|
|
@ -44,7 +44,6 @@
|
|||
/* ::::: radio ::::: */
|
||||
|
||||
radiogroup {
|
||||
-moz-user-focus: ignore;
|
||||
margin: 1px 0px 1px 0px;
|
||||
}
|
||||
|
||||
|
@ -52,6 +51,7 @@ radio {
|
|||
-moz-appearance: radio-container;
|
||||
-moz-box-align: center;
|
||||
margin: 2px 2px 2px 2px;
|
||||
-moz-user-focus: ignore;
|
||||
}
|
||||
|
||||
.radio-label-box {
|
||||
|
|
|
@ -74,7 +74,7 @@ treechildren::-moz-tree-row {
|
|||
background-color: #fff;
|
||||
}
|
||||
|
||||
treechildren::-moz-tree-row(odd) {
|
||||
tree:not([hidecolumnpicker="true"]) treechildren::-moz-tree-row(odd) {
|
||||
background-color: #f0f0f0;
|
||||
}
|
||||
|
||||
|
|
|
@ -23,7 +23,6 @@
|
|||
min-width: 32px;
|
||||
height: 26px;
|
||||
margin: 2px;
|
||||
-moz-user-focus: ignore;
|
||||
}
|
||||
|
||||
#cleanUpButton {
|
||||
|
|
Загрузка…
Ссылка в новой задаче