fix borders

This commit is contained in:
OVSharova 2022-06-16 08:11:35 +03:00
parent 8090d9d92c
commit ca4f8b99d0
3 changed files with 9 additions and 6 deletions

View file

@ -6,6 +6,7 @@ html{
scrollbar-darkshadow-color: #cbcbcb; scrollbar-darkshadow-color: #cbcbcb;
scrollbar-arrow-color: #adadad; scrollbar-arrow-color: #adadad;
scrollbar-color: #f7f7f7 #eee; scrollbar-color: #f7f7f7 #eee;
} }
::-webkit-scrollbar { ::-webkit-scrollbar {
@ -20,12 +21,14 @@ html{
/* thimb*/ /* thimb*/
::-webkit-scrollbar-thumb { ::-webkit-scrollbar-thumb {
box-shadow: inset 0px 0px 0px 1px #cbcbcb; box-shadow: inset 0px 0px 0px 0.5px #cbcbcb;
background: #f7f7f7; background: #f7f7f7;
-webkit-border-radius: 0.1ex; -webkit-border-radius: 0.1ex;
border: #eee 1px solid; border: #eee 1px solid;
background-position: center; background-position: center;
background-repeat: no-repeat; background-repeat: no-repeat;
filter: none;
} }
::-webkit-scrollbar-thumb:hover { ::-webkit-scrollbar-thumb:hover {
background: #c0c0c0; background: #c0c0c0;
@ -61,7 +64,7 @@ html{
::-webkit-scrollbar-button:single-button { ::-webkit-scrollbar-button:single-button {
height: 14px; height: 14px;
width: 14px; width: 14px;
box-shadow: inset 0px 0px 0px 1px #cbcbcb; box-shadow: inset 0px 0px 0px 0.5px #cbcbcb;
border: #eee 1px solid; border: #eee 1px solid;
background-color: #f7f7f7; background-color: #f7f7f7;
background-position: center; background-position: center;

View file

@ -20,7 +20,7 @@ html{
/* thimb*/ /* thimb*/
::-webkit-scrollbar-thumb { ::-webkit-scrollbar-thumb {
box-shadow: inset 0px 0px 0px 1px #cbcbcb; box-shadow: inset 0px 0px 0px 0.5px #cbcbcb;
background: #f7f7f7; background: #f7f7f7;
-webkit-border-radius: 0.1ex; -webkit-border-radius: 0.1ex;
border: #eee 1px solid; border: #eee 1px solid;
@ -61,7 +61,7 @@ html{
::-webkit-scrollbar-button:single-button { ::-webkit-scrollbar-button:single-button {
height: 14px; height: 14px;
width: 14px; width: 14px;
box-shadow: inset 0px 0px 0px 1px #cbcbcb; box-shadow: inset 0px 0px 0px 0.5px #cbcbcb;
border: #eee 1px solid; border: #eee 1px solid;
background-color: #f7f7f7; background-color: #f7f7f7;
background-position: center; background-position: center;

View file

@ -20,7 +20,7 @@ html{
/* thimb*/ /* thimb*/
::-webkit-scrollbar-thumb { ::-webkit-scrollbar-thumb {
box-shadow: inset 0px 0px 0px 1px #cbcbcb; box-shadow: inset 0px 0px 0px 0.5px #cbcbcb;
background: #f7f7f7; background: #f7f7f7;
-webkit-border-radius: 0.1ex; -webkit-border-radius: 0.1ex;
border: #eee 1px solid; border: #eee 1px solid;
@ -61,7 +61,7 @@ html{
::-webkit-scrollbar-button:single-button { ::-webkit-scrollbar-button:single-button {
height: 14px; height: 14px;
width: 14px; width: 14px;
box-shadow: inset 0px 0px 0px 1px #cbcbcb; box-shadow: inset 0px 0px 0px 0.5px #cbcbcb;
border: #eee 1px solid; border: #eee 1px solid;
background-color: #f7f7f7; background-color: #f7f7f7;
background-position: center; background-position: center;