mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-20 19:44:52 +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;
|
||||
}
|
||||
|
||||
/* remove dotted line on buttons in Firefox */
|
||||
button::-moz-focus-inner {
|
||||
border: 0;
|
||||
}
|
||||
|
||||
.x-deluge-main-panel {
|
||||
background-image: url('../icons/deluge.png') !important;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue