mirror of
https://github.com/ankitects/anki.git
synced 2025-09-25 09:16:38 -04:00
Add padding among buttons
For some reason after using the new _addButton method the padding among the buttons is not there any more. So I add it manually.
This commit is contained in:
parent
abc3224fe3
commit
1c8c34b443
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ background-image: -webkit-gradient(linear, left top, left bottom,
|
|||
color-stop(50%%, #7f7),
|
||||
color-stop(100%%, #77f));
|
||||
}
|
||||
.linkb { -webkit-appearance: none; border: 0; padding: 0px; background: transparent; }
|
||||
.linkb { -webkit-appearance: none; border: 0; padding: 0px 2px; background: transparent; }
|
||||
.linkb:disabled { opacity: 0.3; cursor: not-allowed; }
|
||||
|
||||
.highlighted {
|
||||
|
|
Loading…
Reference in a new issue