mirror of
https://github.com/octoleo/syncthing.git
synced 2024-11-10 15:20:56 +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;
|
||
|
}
|