# HG changeset patch # User Mads Kiilerich # Date 1405704121 -7200 # Node ID f2014e4249a4dfc616b4e8001f93359951c5b23d # Parent ac9cd5659c2920151a183c9c8cf1380f1d44d60d old style: make buttons and divs look the same diff -r ac9cd5659c29 -r f2014e4249a4 kallithea/public/css/style.css --- a/kallithea/public/css/style.css Fri Jul 18 19:22:01 2014 +0200 +++ b/kallithea/public/css/style.css Fri Jul 18 19:22:01 2014 +0200 @@ -12,8 +12,7 @@ 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 @@ 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; }