mirror of
https://github.com/ankitects/anki.git
synced 2025-09-25 01:06:35 -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(50%%, #7f7),
|
||||||
color-stop(100%%, #77f));
|
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; }
|
.linkb:disabled { opacity: 0.3; cursor: not-allowed; }
|
||||||
|
|
||||||
.highlighted {
|
.highlighted {
|
||||||
|
|
Loading…
Reference in a new issue