commit 25ea49501f698c0ce4b7d58f462f35ed3b949ea6
parent 0b6c18920369998dd0e05ed86726165cad35bf9b
Author: Servail <45024837+Servail@users.noreply.github.com>
Date: Tue, 9 Jul 2019 16:44:25 +0300
Update scrollbars.css
Diffstat:
1 file changed, 28 insertions(+), 28 deletions(-)
diff --git a/src/chrome/os/winnt/scrollbars.css b/src/chrome/os/winnt/scrollbars.css
@@ -15,7 +15,7 @@ scrollbar {
-moz-appearance: none;
-moz-binding: url("chrome://global/content/bindings/scrollbar.xml#scrollbar");
cursor: default;
- background: rgb(23,23,23);
+ background: rgb(0,0,0);
pointer-events: auto;
}
@@ -40,23 +40,23 @@ scrollbar[orient="vertical"]
thumb,
scrollbarbutton {
- background:rgb(50,50,50) 50% 50% no-repeat;
+ background:rgb(0,0,0) 50% 50% no-repeat;
}
thumb {
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);
+ -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);
}
thumb:hover {
- background-color: rgb(75,75,75);
+ background-color: rgb(1,1,1);
}
thumb:active {
- background-color: rgb(110,110,110);
+ background-color: rgb(2,2,2);
}
/* ::::: slider - a thumb is inside ::::: */
@@ -82,13 +82,13 @@ thumb[orient="horizontal"] {
/* ::::: scrollbar button ::::: */
scrollbarbutton {
- background: rgb(23,23,23) no-repeat 0px 1px;
+ background: rgb(0,0,0) no-repeat 0px 1px;
min-width: 15px;
min-height: 15px;
}
scrollbarbutton:hover:active, scrollbarbutton[active="true"] {
- background-color: rgb(110,110,110);
+ background-color: rgb(1,1,1);
}
scrollbar[orient="vertical"] > scrollbarbutton {
@@ -106,7 +106,7 @@ scrollcorner {
-moz-binding: url(chrome://global/content/bindings/scrollbar.xml#scrollbar-base);
width: 16px;
cursor: default;
- background-color: rgb(50,50,50);
+ background-color: rgb(0,0,0);
}
/* ..... increment .... */
@@ -132,7 +132,7 @@ scrollbar[orient="vertical"] > scrollbarbutton[type="increment"] {
scrollbar[orient="vertical"] > scrollbarbutton[type="increment"][disabled="true"] {
background-image: url("chrome://global/skin/arrow/arrow-v.svg#dn-dis");
- background-color: rgb(62,62,62);
+ background-color: rgb(0,0,0);
}
/* ..... decrement .... */
@@ -146,7 +146,7 @@ scrollbarbutton[type="decrement"] {
scrollbarbutton[type="decrement"][disabled="true"] {
background-image: url("chrome://global/skin/arrow/arrow-h.svg#lft-dis");
- background-color: rgb(62,62,62);
+ background-color: rgb(0,0,0);
}
scrollbar[orient="vertical"] > scrollbarbutton[type="decrement"] {
@@ -158,7 +158,7 @@ scrollbar[orient="vertical"] > scrollbarbutton[type="decrement"] {
scrollbar[orient="vertical"] > scrollbarbutton[type="decrement"][disabled="true"] {
background-image: url("chrome://global/skin/arrow/arrow-v.svg#up-dis");
- background-color: rgb(62,62,62);
+ background-color: rgb(0,0,0);
}
/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
@@ -171,30 +171,30 @@ scrollbar[orient="vertical"] > scrollbarbutton[type="decrement"][disabled="true"
-moz-appearance: none;
-moz-binding: url("chrome://global/content/bindings/scrollbar.xml#scrollbar");
cursor: default;
- background: rgb(23,23,23);
+ background: rgb(0,0,0);
}
/* ::::: borders for thumb and buttons ::::: */
html|div thumb,
html|div scrollbarbutton {
- background: rgb(50,50,50) 50% 50% no-repeat;
+ background: rgb(0,0,0) 50% 50% no-repeat;
}
html|div thumb {
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);
+ -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);
}
html|div thumb:hover {
- background-color: rgb(75,75,75);
+ background-color: rgb(1,1,1);
}
html|div thumb:active {
- background-color: rgb(110,110,110);
+ background-color: rgb(2,2,2);
}
/* ::::: thumb (horizontal) ::::: */
@@ -211,13 +211,13 @@ scrollbar[orient="vertical"] > scrollbarbutton[type="decrement"][disabled="true"
/* ::::: scrollbar button ::::: */
html|div scrollbarbutton {
- background: rgb(50,50,50) no-repeat 0px 1px;
+ background: rgb(0,0,0) no-repeat 0px 1px;
width: 15px;
height: 15px;
}
html|div scrollbarbutton:hover:active, html|div scrollbarbutton[active="true"] {
- background-color: rgb(110,110,110);
+ background-color: rgb(1,1,1);
}
/* ..... increment .... */
@@ -231,7 +231,7 @@ scrollbar[orient="vertical"] > scrollbarbutton[type="decrement"][disabled="true"
html|div scrollbarbutton[type="increment"][disabled="true"] {
background-image: url("chrome://global/skin/arrow/arrow-h.svg#rit-dis");
- background-color: rgb(62,62,62);
+ background-color: rgb(0,0,0);
}
html|div scrollbar[orient="vertical"] > scrollbarbutton[type="increment"] {
@@ -243,7 +243,7 @@ scrollbar[orient="vertical"] > scrollbarbutton[type="decrement"][disabled="true"
html|div scrollbar[orient="vertical"] > scrollbarbutton[type="increment"][disabled="true"] {
background-image: url("chrome://global/skin/arrow/arrow-v.svg#dn-dis");
- background-color: rgb(62,62,62);
+ background-color: rgb(0,0,0);
}
/* ..... decrement .... */
@@ -257,7 +257,7 @@ scrollbar[orient="vertical"] > scrollbarbutton[type="decrement"][disabled="true"
html|div scrollbarbutton[type="decrement"][disabled="true"] {
background-image: url("chrome://global/skin/arrow/arrow-h.svg#lft-dis");
- background-color: rgb(62,62,62);
+ background-color: rgb(0,0,0);
}
html|div scrollbar[orient="vertical"] > scrollbarbutton[type="decrement"] {
@@ -269,7 +269,7 @@ scrollbar[orient="vertical"] > scrollbarbutton[type="decrement"][disabled="true"
html|div scrollbar[orient="vertical"] > scrollbarbutton[type="decrement"][disabled="true"] {
background-image: url("chrome://global/skin/arrow/arrow-v.svg#up-dis");
- background-color: rgb(62,62,62);
+ background-color: rgb(0,0,0);
}
}