mirror of
https://github.com/octoleo/syncthing.git
synced 2024-11-06 13:27:54 +00:00
56b6383407
The log bar is hidden by CSS, but will appear briefly while the page is loading (after the html is fetched, but before dev.css is fetched). Hide it by using an inline style instead, so this does not happen. GitHub-Pull-Request: https://github.com/syncthing/syncthing/pull/3220
11 lines
151 B
CSS
11 lines
151 B
CSS
.dev-top-bar{
|
|
background-color: yellow;
|
|
}
|
|
|
|
.dev-error .hasCount{
|
|
background-color: red;
|
|
}
|
|
|
|
.dev-warn .hasCount{
|
|
background-color: yellow;
|
|
} |