Improved night mode in web app.
BIN
public/images/clipboard-128.png
Normal file
After Width: | Height: | Size: 12 KiB |
BIN
public/images/computers-128.png
Normal file
After Width: | Height: | Size: 28 KiB |
BIN
public/images/gears-128.png
Normal file
After Width: | Height: | Size: 24 KiB |
Before Width: | Height: | Size: 12 KiB |
Before Width: | Height: | Size: 13 KiB |
Before Width: | Height: | Size: 11 KiB |
Before Width: | Height: | Size: 9.4 KiB |
Before Width: | Height: | Size: 9 KiB |
Before Width: | Height: | Size: 10 KiB |
BIN
public/images/icons256-1-1.png
Normal file
After Width: | Height: | Size: 57 KiB |
BIN
public/images/icons256-2-1.png
Normal file
After Width: | Height: | Size: 53 KiB |
BIN
public/images/icons256-3-1.png
Normal file
After Width: | Height: | Size: 55 KiB |
BIN
public/images/icons256-4-1.png
Normal file
After Width: | Height: | Size: 33 KiB |
BIN
public/images/icons256-5-1.png
Normal file
After Width: | Height: | Size: 28 KiB |
BIN
public/images/icons256-6-1.png
Normal file
After Width: | Height: | Size: 28 KiB |
Before Width: | Height: | Size: 17 KiB After Width: | Height: | Size: 24 KiB |
BIN
public/images/icons64.png
Normal file
After Width: | Height: | Size: 41 KiB |
Before Width: | Height: | Size: 5.6 KiB After Width: | Height: | Size: 5.7 KiB |
BIN
public/images/leftbar-64.png
Normal file
After Width: | Height: | Size: 44 KiB |
Before Width: | Height: | Size: 8 KiB |
Before Width: | Height: | Size: 12 KiB |
BIN
public/images/mesh-256.png
Normal file
After Width: | Height: | Size: 70 KiB |
Before Width: | Height: | Size: 754 B After Width: | Height: | Size: 718 B |
BIN
public/images/meshicon256.png
Normal file
After Width: | Height: | Size: 79 KiB |
Before Width: | Height: | Size: 4.9 KiB After Width: | Height: | Size: 5.9 KiB |
BIN
public/images/server-256.png
Normal file
After Width: | Height: | Size: 70 KiB |
BIN
public/images/user-128.png
Normal file
After Width: | Height: | Size: 11 KiB |
Before Width: | Height: | Size: 6.9 KiB |
BIN
public/images/user-256.png
Normal file
After Width: | Height: | Size: 14 KiB |
Before Width: | Height: | Size: 11 KiB |
BIN
public/images/webp/mesh-256.webp
Normal file
After Width: | Height: | Size: 22 KiB |
Before Width: | Height: | Size: 4.4 KiB |
BIN
public/images/webp/user-256.webp
Normal file
After Width: | Height: | Size: 4.7 KiB |
|
@ -352,6 +352,7 @@ body {
|
|||
width: 300px;
|
||||
padding: 16px;
|
||||
text-align: center;
|
||||
color: black;
|
||||
}
|
||||
|
||||
#passwordPolicyCallout, #rpasswordPolicyCallout {
|
||||
|
@ -460,6 +461,7 @@ body {
|
|||
top: 180px;
|
||||
left: calc((100% / 2) - 200px);
|
||||
width: 400px;
|
||||
color:black;
|
||||
}
|
||||
|
||||
#dialogHeader {
|
||||
|
@ -615,6 +617,31 @@ body {
|
|||
text-align: center;
|
||||
}
|
||||
|
||||
.deviceBarCheckbox {
|
||||
width:22px;
|
||||
float:left;
|
||||
background-color:white;
|
||||
}
|
||||
|
||||
.night .deviceBarCheckbox {
|
||||
background-color:black;
|
||||
}
|
||||
|
||||
#devs {
|
||||
color:black;
|
||||
}
|
||||
|
||||
.deviceBarIcon {
|
||||
float:left;
|
||||
height:18px;
|
||||
width:18px;
|
||||
background-color:white
|
||||
}
|
||||
|
||||
.night .deviceBarIcon {
|
||||
background-color:black;
|
||||
}
|
||||
|
||||
#devListToolbarViewIcons {
|
||||
float: right;
|
||||
}
|
||||
|
@ -739,8 +766,8 @@ NoMeshesPanel img {
|
|||
}
|
||||
|
||||
#p2AccountImage {
|
||||
width: 150px;
|
||||
height: 103px;
|
||||
width: 128px;
|
||||
height: 128px;
|
||||
margin-bottom: 10px;
|
||||
margin-right: 20px;
|
||||
float: right;
|
||||
|
@ -1172,6 +1199,10 @@ a {
|
|||
opacity: 0.5;
|
||||
}
|
||||
|
||||
.night .lbbutton {
|
||||
background-color: black;
|
||||
}
|
||||
|
||||
.lbbutton:hover {
|
||||
opacity: 1;
|
||||
}
|
||||
|
@ -1187,7 +1218,7 @@ a {
|
|||
}
|
||||
|
||||
.lb1 {
|
||||
background: url(../images/leftbar-62.jpg) -0px 0px;
|
||||
background: url(../images/leftbar-64.png) -1px -2px;
|
||||
height: 62px;
|
||||
width: 62px;
|
||||
cursor: pointer;
|
||||
|
@ -1198,7 +1229,7 @@ a {
|
|||
}
|
||||
|
||||
.lb2 {
|
||||
background: url(../images/leftbar-62.jpg) -75px 0px;
|
||||
background: url(../images/leftbar-64.png) -66px -2px;
|
||||
height: 62px;
|
||||
width: 62px;
|
||||
cursor: pointer;
|
||||
|
@ -1209,7 +1240,7 @@ a {
|
|||
}
|
||||
|
||||
.lb3 {
|
||||
background: url(../images/leftbar-62.jpg) -150px 0px;
|
||||
background: url(../images/leftbar-64.png) -130px -2px;
|
||||
height: 62px;
|
||||
width: 62px;
|
||||
cursor: pointer;
|
||||
|
@ -1220,7 +1251,7 @@ a {
|
|||
}
|
||||
|
||||
.lb4 {
|
||||
background: url(../images/leftbar-62.jpg) -225px 0px;
|
||||
background: url(../images/leftbar-64.png) -194px -2px;
|
||||
height: 62px;
|
||||
width: 62px;
|
||||
cursor: pointer;
|
||||
|
@ -1231,7 +1262,7 @@ a {
|
|||
}
|
||||
|
||||
.lb5 {
|
||||
background: url(../images/leftbar-62.jpg) -294px 0px;
|
||||
background: url(../images/leftbar-64.png) -257px -2px;
|
||||
height: 62px;
|
||||
width: 62px;
|
||||
cursor: pointer;
|
||||
|
@ -1242,7 +1273,7 @@ a {
|
|||
}
|
||||
|
||||
.lb6 {
|
||||
background: url(../images/leftbar-62.jpg) -360px 0px;
|
||||
background: url(../images/leftbar-64.png) -318px -2px;
|
||||
height: 62px;
|
||||
width: 62px;
|
||||
cursor: pointer;
|
||||
|
@ -1675,6 +1706,11 @@ a {
|
|||
margin-bottom: 2px;
|
||||
}
|
||||
|
||||
.night .bar {
|
||||
color: black;
|
||||
}
|
||||
|
||||
|
||||
#p3users .bar {
|
||||
width: 100%;
|
||||
font-size: medium;
|
||||
|
@ -1687,6 +1723,10 @@ a {
|
|||
background-color: white;
|
||||
}
|
||||
|
||||
.night .baricon {
|
||||
background-color: black;
|
||||
}
|
||||
|
||||
.baricon div {
|
||||
width: 16px;
|
||||
margin-top: 4px;
|
||||
|
@ -1707,6 +1747,7 @@ a {
|
|||
height: 18px;
|
||||
float: left;
|
||||
margin-bottom: 2px;
|
||||
color: black;
|
||||
}
|
||||
|
||||
.bar182 {
|
||||
|
@ -2020,6 +2061,7 @@ a {
|
|||
top: 24px;
|
||||
bottom: 0px;
|
||||
width: 100%;
|
||||
color:black;
|
||||
}
|
||||
|
||||
.deskToolsBar {
|
||||
|
@ -2047,6 +2089,19 @@ a {
|
|||
margin-left: 6px;
|
||||
}
|
||||
|
||||
.serverStateTableCell {
|
||||
width: 300px;
|
||||
height: 24px;
|
||||
background-color: #d3d9d6;
|
||||
margin-bottom: 4px;
|
||||
vertical-align: middle;
|
||||
border-spacing: 0;
|
||||
}
|
||||
|
||||
.night .serverStateTableCell {
|
||||
color: black;
|
||||
}
|
||||
|
||||
.userTableHeader {
|
||||
border-bottom: 1pt solid lightgray;
|
||||
padding-top: 4px;
|
||||
|
|