mirror of
https://github.com/octoleo/syncthing.git
synced 2024-12-23 19:39:05 +00: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;
|
|
} |