1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2024-12-16 11:37:58 +02:00

Fixed font on switches

This commit is contained in:
Mark McDowall 2014-08-30 15:03:14 -07:00
parent 2651cd63a8
commit e2ead542c6

View File

@ -4,6 +4,7 @@
.toggle { .toggle {
height: 34px; height: 34px;
box-sizing: border-box; box-sizing: border-box;
font-weight: normal;
.slide-button { .slide-button {
.button-variant(@btn-danger-color, @btn-danger-bg, @btn-danger-border); .button-variant(@btn-danger-color, @btn-danger-bg, @btn-danger-border);