mirror of
https://github.com/octoleo/syncthing.git
synced 2025-01-10 10:16:24 +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;
|
|
} |