Modified CSS to give a better-looking interface for windows controls

This commit is contained in:
TechEmporium 2019-09-16 00:27:23 -04:00
parent 73b2d86729
commit 3559bf35a8
1 changed files with 7 additions and 7 deletions

View File

@ -129,7 +129,7 @@ font-size: 16px;
font-weight: bold;
height: 24px;
color: #CDCDCD;
background-color: #000000;
background-color: #333333;
cursor: default;
}
@ -177,24 +177,24 @@ bottom: 0px;
overflow: auto;
padding-top: 10px;
background-color: #FFFFFF;
border-left: 1px solid black;
border-right: 3px solid black;
border-top: 3px solid black;
border-bottom: 30px solid black;
border-left: 1px solid #333333;
border-right: 3px solid #333333;
border-top: 3px solid #333333;
border-bottom: 30px solid #333333;
}
.view::-webkit-scrollbar, iframe::-webkit-scrollbar
{
width: 14px;
height: 14px;
border: 1px solid black;
border: 1px solid #000000;
}
.view::-webkit-scrollbar-thumb, iframe ::-webkit-scrollbar-thumb
{
width: 14px;
height: 14px;
border: 1px solid black;
border: 1px solid #000000;
}
.window.image .view img{