Update desktop.css

master
zmv7 2021-10-01 00:23:29 +05:00 committed by GitHub
parent f491c8085a
commit 5328e108ec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 20 additions and 16 deletions

View File

@ -31,8 +31,8 @@
display: block;
height: 38px;
width: 100vw;
background-color: #bdbebd;
border-top: 2px solid white;
background-color: #222335;
/*border-top: 2px solid white;*/
padding: 3px;
text-align:right
}
@ -41,7 +41,7 @@
float: left;
display: inline-block;
text-decoration: none;
color: black;
color: #00FFFF;
height: 29px;
font-family: sans-serif;
padding: 4px;
@ -53,29 +53,29 @@
}
.startbutton-off {
border-top: 2px solid white;
border-left: 2px solid white;
border-right: 2px solid black;
border-bottom: 2px solid black;
border-top: 2px solid #00FFFF;
border-left: 2px solid #00FFFF;
border-right: 2px solid #00FFFF;
border-bottom: 2px solid #00FFFF;
}
.startbutton-on {
border-top: 2px solid black;
border-left: 2px solid black;
border-right: 2px solid white;
border-bottom: 2px solid white;
border-top: 2px solid #00FFFF;
border-left: 2px solid #00FFFF;
border-right: 2px solid #00FFFF;
border-bottom: 2px solid #00FFFF;
}
#menu {
position: absolute;
top:38px;
left: 0;
background-color: #bdbebd;
background-color: #222335;
z-index: 10;
border-left: 2px solid white;
border-top: 2px solid white;
border-right: 2px solid grey;
border-bottom: 2px solid grey;
border-left: 2px solid #00FFFF;
border-top: 2px solid #00FFFF;
border-right: 2px solid #00FFFF;
border-bottom: 2px solid #00FFFF;
display: none;
}
@ -109,6 +109,7 @@
}
.item {
color: #00FFFF;
padding-top: 5px;
padding-bottom: 5px;
padding-left: 5px;
@ -137,6 +138,7 @@
}
.dropdown-content {
background-color: #222335;
display: none;
position: absolute;
max-height: 400px;
@ -162,6 +164,7 @@ max-height: 400px;
}
.dropdown-item {
color: #00FFFF;
padding-top: 5px;
padding-bottom: 5px;
padding-left: 3px;
@ -197,6 +200,7 @@ max-height: 400px;
.time {
color: #00FFFF;
display: inline-block;
height: 29px;
float: right;