mirror of
https://github.com/syncthing/syncthing.git
synced 2024-11-17 10:58:49 -07:00
12 lines
170 B
CSS
12 lines
170 B
CSS
.dev-top-bar{
|
|
display: none;
|
|
background-color: yellow;
|
|
}
|
|
|
|
.dev-error .hasCount{
|
|
background-color: red;
|
|
}
|
|
|
|
.dev-warn .hasCount{
|
|
background-color: yellow;
|
|
} |