Remove dotted line on buttons in Firefox
This commit is contained in:
parent
0015c9af86
commit
08eb6002f8
|
@ -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…
Reference in New Issue