changeset 4379:f2014e4249a4

old style: make buttons and divs look the same
author Mads Kiilerich <madski@unity3d.com>
date Fri, 18 Jul 2014 19:22:01 +0200
parents ac9cd5659c29
children 5ebd887522ea
files kallithea/public/css/style.css
diffstat 1 files changed, 14 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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;
 }