Browse Source

Merge pull request #187 from Zachar2/patch-1

Fix for overlapping text
pull/193/head
GilbN 4 years ago
committed by GitHub
parent
commit
d38771ba3e
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      CSS/themes/deluge/deluge-base.css

2
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 {

Loading…
Cancel
Save