diff options
Diffstat (limited to 'module/web/static/css/default/style.less')
-rw-r--r-- | module/web/static/css/default/style.less | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/module/web/static/css/default/style.less b/module/web/static/css/default/style.less index 0f9b551b3..bc53d6b9e 100644 --- a/module/web/static/css/default/style.less +++ b/module/web/static/css/default/style.less @@ -297,11 +297,11 @@ header .logo { #globalprogress {
background-color: @greyDark;
background-image: none;
- height: 15px;
- margin: 5px 0 0;
- line-height: 15px;
- border-radius: 15px;
- border: 3px solid @grey;
+ height: 12px;
+ line-height: 12px;
+ margin: 8px 0 0;
+ border-radius: 10px;
+ border: 2px solid @grey;
.bar {
color: @dark;
|