commit da1a21f0f666e47690cefd19ff21eae414824061
parent dd73e6acd6c8c610e8e31945e8a068f0e3bef98b
Author: Servail <servail.mir@users.noreply.github.com>
Date: Wed, 21 Aug 2019 18:03:18 +0400
update os specific
Diffstat:
17 files changed, 78 insertions(+), 82 deletions(-)
diff --git a/src/chrome/os/darwin/menu.css b/src/chrome/os/darwin/menu.css
@@ -119,7 +119,7 @@ menubar > menu[_moz-menuactive="true"] {
menubar > menu[_moz-menuactive="true"][open="true"] {
-moz-appearance: none;
color: #fff;
- background-color: rgb(110,110,110);
+ background-color: rgb(0,0,0);
}
/* ..... internal content .... */
@@ -145,7 +145,7 @@ menupopup > menucaption {
menu[_moz-menuactive="true"],
menuitem[_moz-menuactive="true"] {
color: #fff;
- background-color: rgb(110,110,110);
+ background-color: rgb(0,0,0);
}
/* ::::: menu/menuitems in menulist popups ::::: */
diff --git a/src/chrome/os/darwin/menulist.css b/src/chrome/os/darwin/menulist.css
@@ -9,11 +9,11 @@ menulist {
-moz-appearance: none;
margin: 2px 4px;
border: 1px solid;
- -moz-border-top-colors: rgb(75,75,75);
- -moz-border-right-colors: rgb(75,75,75);
- -moz-border-bottom-colors: rgb(75,75,75);
- -moz-border-left-colors: rgb(75,75,75);
- background-color: rgb(50,50,50);
+ -moz-border-top-colors: rgb(64,64,64);
+ -moz-border-right-colors: rgb(64,64,64);
+ -moz-border-bottom-colors: rgb(64,64,64);
+ -moz-border-left-colors: rgb(64,64,64);
+ background-color: rgb(0,0,0);
color: #fff;
text-shadow: none;
}
@@ -40,11 +40,11 @@ menulist:not([popuponly="true"]) {
}
menulist:hover:not(:active):not([disabled=true]) {
- background-color: rgb(75,75,75);
+ background-color: rgb(0,0,0);
}
menulist:hover:active:not([disabled=true]) {
- background-color: rgb(110,110,110);
+ background-color: rgb(1,1,1);
}
/* ..... dropmarker ..... */
@@ -57,7 +57,7 @@ menulist > .menulist-dropmarker {
/* ..... disabled state ..... */
menulist[disabled="true"] {
- background-color: rgb(62,62,62);
+ background-color: rgb(0,0,0);
color: GrayText;
}
diff --git a/src/chrome/os/darwin/notification.css b/src/chrome/os/darwin/notification.css
@@ -19,8 +19,8 @@
.popup-notification-menubutton > .button-menubutton-dropmarker {
-moz-appearance: none;
margin: 0;
- border: 1px solid rgb(75,75,75);
- background: rgb(50,50,50);
+ border: 1px solid rgb(64,64,64);
+ background: rgb(0,0,0);
}
.popup-notification-menubutton > .button-menubutton-button {
@@ -60,14 +60,14 @@
.popup-notification-menubutton:not([type="menu-button"]):hover,
.popup-notification-menubutton > .button-menubutton-button:hover,
.popup-notification-menubutton > .button-menubutton-dropmarker:hover {
- background: rgb(75,75,75);
+ background: rgb(0,0,0);
}
.popup-notification-menubutton:not([type="menu-button"]):hover:active,
.popup-notification-menubutton > .button-menubutton-button:hover:active,
.popup-notification-menubutton > .button-menubutton-dropmarker:hover:active,
.popup-notification-menubutton[open="true"] > .button-menubutton-dropmarker {
- background: rgb(23,23,23);
+ background: rgb(0,0,0);
}
.popup-notification-closebutton {
diff --git a/src/chrome/os/darwin/popup.css b/src/chrome/os/darwin/popup.css
@@ -5,9 +5,9 @@
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
.panel-arrowcontent {
- --panel-arrowcontent-background: rgb(50,50,50);
+ --panel-arrowcontent-background: rgb(0,0,0);
--panel-arrowcontent-color: #fff;
- --panel-arrowcontent-border: rgb(75,75,75);
+ --panel-arrowcontent-border: rgb(64,64,64);
}
menupopup,
@@ -20,11 +20,11 @@ panel {
menupopup {
-moz-appearance: none;
- -moz-border-top-colors : rgb(75,75,75);
- -moz-border-left-colors : rgb(75,75,75);
- -moz-border-right-colors : rgb(23,23,23);
- -moz-border-bottom-colors: rgb(23,23,23);
- background: rgb(43,43,43);
+ -moz-border-top-colors : rgb(64,64,64);
+ -moz-border-left-colors : rgb(64,64,64);
+ -moz-border-right-colors : rgb(64,64,64);
+ -moz-border-bottom-colors: rgb(64,64,64);
+ background: rgb(0,0,0);
}
menupopup > menu > menupopup {
@@ -101,10 +101,10 @@ panel[type="arrow"][side="right"] {
tooltip {
-moz-appearance: none;
margin-top: 21px;
- border: 1px solid rgb(75,75,75);
+ border: 1px solid rgb(64,64,64);
padding: 2px 3px;
max-width: 40em;
- background-color: rgb(110,110,110);
+ background-color: rgb(1,1,1);
color: #fff;
font: message-box;
}
diff --git a/src/chrome/os/darwin/radio.css b/src/chrome/os/darwin/radio.css
@@ -31,13 +31,13 @@ radio {
/* ..... focused state ..... */
radio[focused="true"] > .radio-label-box {
- border: 1px dotted rgb(75,75,75);
+ border: 1px dotted rgb(64,64,64);
}
/* ..... disabled state ..... */
radio[disabled="true"] > .radio-check-box1 {
- background-color: rgb(62,62,62);
+ background-color: rgb(0,0,0);
}
radio[disabled="true"] {
@@ -49,21 +49,21 @@ radio[disabled="true"] {
.radio-check-box1 {
-moz-appearance: none;
margin: 1px 0px;
- border-top: 1px solid rgb(75,75,75);
- border-right: 1px solid rgb(75,75,75);
- border-bottom: 1px solid rgb(75,75,75);
- border-left: 1px solid rgb(75,75,75);
+ border-top: 1px solid rgb(64,64,64);
+ border-right: 1px solid rgb(64,64,64);
+ border-bottom: 1px solid rgb(64,64,64);
+ border-left: 1px solid rgb(64,64,64);
border-radius: 50%;
width: 12px;
height: 12px;
- background-color: rgb(50,50,50);
+ background-color: rgb(0,0,0);
}
.radio-check-box2 {
- border-top: 1px solid rgb(75,75,75);
- border-right: 1px solid rgb(75,75,75);
- border-bottom: 1px solid rgb(75,75,75);
- border-left: 1px solid rgb(75,75,75);
+ border-top: 1px solid rgb(64,64,64);
+ border-right: 1px solid rgb(64,64,64);
+ border-bottom: 1px solid rgb(64,64,64);
+ border-left: 1px solid rgb(64,64,64);
border-radius: 50%;
padding: 2px;
width: 4px;
@@ -72,7 +72,7 @@ radio[disabled="true"] {
}
radio:hover:active > .radio-check-box1 {
- background-color: rgb(110,110,110);
+ background-color: rgb(1,1,1);
}
/* ..... selected state ..... */
diff --git a/src/chrome/os/darwin/scrollbars.css b/src/chrome/os/darwin/scrollbars.css
@@ -9,7 +9,7 @@ scrollbar {
-moz-appearance: scrollbar;
-moz-binding: url(chrome://global/content/bindings/scrollbar.xml#scrollbar);
cursor: default;
- background-color: white;
+ background-color: black;
}
scrollbar[root="true"] {
@@ -76,7 +76,7 @@ scrollcorner {
-moz-binding: url(chrome://global/content/bindings/scrollbar.xml#scrollbar-base);
width: 16px;
cursor: default;
- background-color: white;
+ background-color: black;
}
/* ::::::::::::::::::::: MEDIA PRINT :::::::::::::::::::::: */
diff --git a/src/chrome/os/darwin/toolbar.css b/src/chrome/os/darwin/toolbar.css
@@ -2,12 +2,12 @@
toolbar {
-moz-appearance: none;
- background-color: rgb(43,43,43);
+ background-color: rgb(0,0,0);
color: #fff;
min-width: 1px;
min-height: 19px;
- border-top: 1px solid rgb(75,75,75);
- border-bottom: 1px solid rgb(75,75,75);
+ border-top: 1px solid rgb(64,64,64);
+ border-bottom: 1px solid rgb(64,64,64);
}
menubar:-moz-lwtheme,
@@ -20,7 +20,7 @@ toolbar:-moz-lwtheme {
menubar {
-moz-appearance: none;
- background-color: rgb(43,43,43);
+ background-color: rgb(0,0,0);
color: #fff;
min-width: 1px;
}
diff --git a/src/chrome/os/darwin/toolbarbutton.css b/src/chrome/os/darwin/toolbarbutton.css
@@ -76,7 +76,7 @@ toolbarbutton[type="menu-button"][disabled="true"]:hover:active {
/* ::::: toolbarbutton badged ::::: */
.toolbarbutton-badge {
- background-color: rgb(110,110,110);
+ background-color: rgb(1,1,1);
font-size: 9px;
padding: 1px 2px;
color: #fff;
@@ -94,7 +94,7 @@ toolbarbutton[type="menu-button"][disabled="true"]:hover:active {
}
.toolbarbutton-badge:-moz-window-inactive {
- background-color: rgb(230,230,230);
+ background-color: rgb(2,2,2);
box-shadow: none;
color: rgb(192,192,192);
}
diff --git a/src/chrome/os/darwin/tree.css b/src/chrome/os/darwin/tree.css
@@ -8,13 +8,13 @@
tree {
color: -moz-DialogText;
- background-color: #FFFFFF;
+ background-color: #000000;
}
/* ::::: tree focusring ::::: */
.focusring > .tree-stack > .tree-rows > .tree-bodybox {
- border: 1px solid transparent;
+ border: 1px solid transparent;
}
.focusring:focus > .tree-stack > .tree-rows > .tree-bodybox {
@@ -87,7 +87,7 @@ treechildren::-moz-tree-separator {
tree[seltype="cell"] > treechildren::-moz-tree-cell(primary, dropOn),
tree[seltype="text"] > treechildren::-moz-tree-cell(primary, dropOn),
treechildren::-moz-tree-cell(primary, dropOn) {
- background-color: #A1A1A1 !important;
+ background-color: #020202 !important;
color: #FFF !important;
background-image: none;
}
@@ -98,7 +98,7 @@ treechildren::-moz-tree-cell-text(primary, dropOn) {
}
treechildren::-moz-tree-drop-feedback {
- background-color: #A1A1A1;
+ background-color: #020202;
}
/* ::::: tree progress meter ::::: */
@@ -131,7 +131,7 @@ treecolpicker:hover:active {
-moz-border-right-colors: ThreeDDarkShadow;
-moz-border-bottom-colors: ThreeDDarkShadow;
-moz-border-left-colors: ThreeDDarkShadow ThreeDShadow;
- background-color: #666666;
+ background-color: #000000;
}
/* ::::: column drag and drop styles ::::: */
@@ -178,4 +178,4 @@ treechildren.gridlines::-moz-tree-cell {
margin: 0;
margin-inline-start: -2px;
padding: 2px 1px 1px;
-}
-\ No newline at end of file
+}
diff --git a/src/chrome/os/linux/menu.css b/src/chrome/os/linux/menu.css
@@ -30,7 +30,7 @@ menu[_moz-menuactive="true"],
menuitem[_moz-menuactive="true"],
.splitmenu-menuitem[_moz-menuactive="true"] {
color: #fff;
- background-color: rgb(110,110,110);
+ background-color: rgb(0,0,0);
}
menu[disabled="true"],
@@ -60,7 +60,7 @@ menubar > menu[_moz-menuactive="true"]:not([open]):not([disabled="true"]):not(:-
menubar > menu[open] {
color: #fff;
- background-color: rgb(110,110,110);
+ background-color: rgb(0,0,0);
}
menuitem.spell-suggestion {
font-weight:bold;
diff --git a/src/chrome/os/linux/menulist.css b/src/chrome/os/linux/menulist.css
@@ -15,11 +15,11 @@ menulist {
-moz-appearance: none;
margin: 2px 4px;
border: 1px solid;
- -moz-border-top-colors: rgb(75,75,75);
- -moz-border-right-colors: rgb(75,75,75);
- -moz-border-bottom-colors: rgb(75,75,75);
- -moz-border-left-colors: rgb(75,75,75);
- background-color: rgb(50,50,50);
+ -moz-border-top-colors: rgb(64,64,64);
+ -moz-border-right-colors: rgb(64,64,64);
+ -moz-border-bottom-colors: rgb(64,64,64);
+ -moz-border-left-colors: rgb(64,64,64);
+ background-color: rgb(0,0,0);
color: #fff;
text-shadow: none;
}
@@ -38,18 +38,18 @@ menulist {
}
menulist:hover {
- background-color: rgb(75,75,75);
+ background-color: rgb(0,0,0);
}
menulist:hover:active,
menulist[open="true"] {
- background-color: rgb(110,110,110);
+ background-color: rgb(0,0,0);
}
menulist[disabled="true"],
menulist[disabled="true"]:hover,
menulist[disabled="true"]:hover:active {
- background-color: rgb(62,62,62);
+ background-color: rgb(0,0,0);
color: GrayText;
}
@@ -81,7 +81,7 @@ menulist:hover:active > .menulist-dropmarker {
/* ..... focused state ..... */
menulist:focus:not([open="true"]) > .menulist-label-box {
- background-color: rgb(110,110,110);
+ background-color: rgb(0,0,0);
color: #fff;
}
diff --git a/src/chrome/os/linux/popup.css b/src/chrome/os/linux/popup.css
@@ -20,7 +20,7 @@ menupopup {
-moz-border-left-colors : rgb(75,75,75);
-moz-border-right-colors : rgb(23,23,23);
-moz-border-bottom-colors: rgb(23,23,23);
- background: rgb(43,43,43);
+ background: rgb(0,0,0);
}
/* ::::: arrow panel ::::: */
@@ -44,7 +44,7 @@ panel[type="arrow"][side="right"] {
.panel-arrowcontent {
padding: 10px;
color: #fff;
- background: rgb(50,50,50);
+ background: rgb(0,0,0);
border: 1px solid rgb(75,75,75);
}
@@ -87,11 +87,11 @@ panel[type="arrow"][side="right"] {
tooltip {
-moz-appearance: none;
margin-top: 21px;
- border: 1px solid rgb(75,75,75);
+ border: 1px solid rgb(64,64,64);
/* GTK hardcodes this to 4px */
padding: 4px;
max-width: 40em;
- background-color: rgb(110,110,110);
+ background-color: rgb(0,0,0);
color: #fff;
font: message-box;
}
@@ -109,4 +109,3 @@ menulist > menupopup {
padding: 0px;
min-width: 0px;
}
-
diff --git a/src/chrome/os/linux/radio.css b/src/chrome/os/linux/radio.css
@@ -46,7 +46,7 @@ radio[focused="true"] > .radio-label-box {
/* ..... disabled state ..... */
radio[disabled="true"] > .radio-check-box1 {
- background-color: rgb(62,62,62);
+ background-color: rgb(0,0,0);
}
radio[disabled="true"] {
@@ -65,7 +65,7 @@ radio[disabled="true"] {
border-radius: 50%;
width: 12px;
height: 12px;
- background-color: rgb(50,50,50);
+ background-color: rgb(0,0,0);
}
.radio-check-box2 {
@@ -81,7 +81,7 @@ radio[disabled="true"] {
}
radio:hover:active > .radio-check-box1 {
- background-color: rgb(110,110,110);
+ background-color: rgb(0,0,0);
}
/* ..... selected state ..... */
diff --git a/src/chrome/os/linux/scrollbars.css b/src/chrome/os/linux/scrollbars.css
@@ -30,7 +30,7 @@ scrollbar {
}
}
-scrollbar[orient="vertical"]
+scrollbar[orient="vertical"]
{
-moz-appearance: scrollbar-vertical;
}
@@ -86,7 +86,7 @@ scrollbarbutton:hover:active, scrollbarbutton[active="true"] {
/* ::::: square at the corner of two scrollbars ::::: */
-scrollcorner {
+scrollcorner {
/* XXX -moz-appearance: scrollcorner; */
-moz-binding: url(chrome://global/content/bindings/scrollbar.xml#scrollbar-base);
width: 16px;
@@ -147,7 +147,7 @@ scrollbar[orient="vertical"] > scrollbarbutton[type="decrement"][disabled="true"
background: url("chrome://global/skin/scrollbar/slider.gif") scrollbar;
}
- html|div scrollbar[orient="vertical"]
+ html|div scrollbar[orient="vertical"]
{
-moz-appearance: scrollbar-vertical;
}
diff --git a/src/chrome/os/linux/toolbar.css b/src/chrome/os/linux/toolbar.css
@@ -4,9 +4,9 @@
toolbox {
-moz-appearance: none;
- background-color: rgb(43,43,43);
+ background-color: rgb(0,0,0);
border-top: 1px solid;
- -moz-border-top-colors: rgb(75,75,75);
+ -moz-border-top-colors: rgb(64,64,64);
color: #fff;
}
@@ -24,11 +24,11 @@ toolbar, menubar {
}
toolbar {
- background-color: rgb(43,43,43);
+ background-color: rgb(0,0,0);
min-width: 1px;
min-height: 19px;
- border-top: 1px solid rgb(75,75,75);
- border-bottom: 1px solid rgb(75,75,75);
+ border-top: 1px solid rgb(64,64,64);
+ border-bottom: 1px solid rgb(64,64,64);
}
toolbar:first-child, menubar {
@@ -72,4 +72,3 @@ toolbarseparator {
toolbarspacer {
width: 15px;
}
-
diff --git a/src/chrome/os/linux/toolbarbutton.css b/src/chrome/os/linux/toolbarbutton.css
@@ -106,7 +106,7 @@ toolbarbutton[type="menu-button"][disabled="true"]:hover:active {
}
.toolbarbutton-badge {
- background-color: rgb(110,110,110);
+ background-color: rgb(0,0,0);
font-size: 10px;
padding: 0 2px 1px;
color: #fff;
diff --git a/src/chrome/os/linux/tree.css b/src/chrome/os/linux/tree.css
@@ -19,7 +19,7 @@ tree {
/* ::::: tree focusring ::::: */
.focusring > .tree-stack > .tree-rows > .tree-bodybox {
- border: 1px solid transparent;
+ border: 1px solid transparent;
}
.focusring:focus > .tree-stack > .tree-rows > .tree-bodybox {
@@ -231,4 +231,4 @@ treechildren::-moz-tree-cell-text(selected, editing) {
margin: 0;
margin-inline-start: -4px;
padding: 1px;
-}
-\ No newline at end of file
+}