mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-07 08:58:38 +00:00
Remove dotted line on buttons in Firefox
This commit is contained in:
parent
527d5541d7
commit
c020d71327
1 changed files with 5 additions and 0 deletions
|
@ -11,6 +11,11 @@ input {
|
||||||
color: Black;
|
color: Black;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* remove dotted line on buttons in Firefox */
|
||||||
|
button::-moz-focus-inner {
|
||||||
|
border: 0;
|
||||||
|
}
|
||||||
|
|
||||||
.x-deluge-main-panel {
|
.x-deluge-main-panel {
|
||||||
background-image: url('../icons/deluge.png') !important;
|
background-image: url('../icons/deluge.png') !important;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue