diff --git a/kallithea/public/css/style.css b/kallithea/public/css/style.css --- a/kallithea/public/css/style.css +++ b/kallithea/public/css/style.css @@ -12,8 +12,7 @@ body { line-height: 1; height: 100%; background: url("../images/background.png") repeat scroll 0 0 #B0B0B0; - font-family: Lucida Grande, Verdana, Lucida Sans Regular, - Lucida Sans Unicode, Arial, sans-serif; font-size : 12px; + font-family: Lucida Grande, Verdana, Lucida Sans Regular, Lucida Sans Unicode, Arial, sans-serif; color: #000; margin: 0; padding: 0; @@ -3658,6 +3657,19 @@ input.btn { padding: 0; } +/* make .btn inputs and buttons and divs look the same */ +button.btn, +input.btn { + font-family: inherit; + font-size: inherit; + line-height: inherit; +} + +.btn::-moz-focus-inner { + border: 0; + padding: 0; +} + .btn.badge { cursor: default !important; }