Remove dotted line on buttons in Firefox

This commit is contained in:
Calum Lind 2012-01-06 20:52:04 +00:00
parent 0015c9af86
commit 08eb6002f8
1 changed files with 5 additions and 0 deletions

View File

@ -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;
}