Remove dotted line on buttons in Firefox
This commit is contained in:
parent
527d5541d7
commit
c020d71327
@ -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…
x
Reference in New Issue
Block a user