mirror of
https://github.com/octoleo/syncthing.git
synced 2025-02-08 23:08:27 +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;
|
|
} |