Browse Source
Fix for overlapping text
Fix for overlapping text visible before login.
pull/187/head
Zachar
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
2 deletions
-
CSS/themes/deluge/deluge-base.css
|
|
@ -1409,7 +1409,7 @@ |
|
|
|
|
|
|
|
.x-panel-tbar .x-btn-text { |
|
|
|
height: 24px !important; |
|
|
|
color: rgb(0,0,0,0); |
|
|
|
color: rgb(0,0,0,0) !important; |
|
|
|
} |
|
|
|
|
|
|
|
.x-panel-tbar .x-toolbar .xtb-sep { |
|
|
@ -2180,4 +2180,4 @@ |
|
|
|
.x-window-dlg .ext-mb-error { |
|
|
|
//background-image: url(../images/gray/window/icon-error.gif); |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|