]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 1381296 - Buttons on modal UI are not displayed in Fira Sans font, too small...
authorKohei Yoshino <kohei.yoshino@gmail.com>
Sat, 2 Dec 2017 15:43:23 +0000 (10:43 -0500)
committerDylan William Hardison <dylan@hardison.net>
Sat, 2 Dec 2017 15:43:23 +0000 (10:43 -0500)
extensions/BugModal/web/bug_modal.css
extensions/BugModal/web/common_bug_modal.css
skins/standard/global.css

index e148c205b78b4723370ce83de92d8197f8d82dcd..b70a838c16df67f4f845c62852243dbf03b5e891 100644 (file)
 }
 
 button.major {
-    font-size: 11px;
-    padding: 4px 8px;
+    font-size: inherit;
+    padding: 4px 12px;
 }
 
 button.minor {
     background-color: #eee;
     background-image: linear-gradient(#fcfcfc, #eee);
     color: #000;
-    font-size: 11px;
+    font-size: inherit;
     font-weight: 500;
     padding: 4px 8px;
     margin-bottom: 1px;
index fe64da3bdb1371c3a331e645c8a50a26aa5cccb1..b71254cc0e9efeff97ba0b451f466674e243fcde 100644 (file)
 }
 
 button.major {
-    font-size: 11px;
-    padding: 4px 8px;
+    font-size: inherit;
+    padding: 4px 12px;
 }
 
 button.minor {
     background-color: #eee;
     background-image: linear-gradient(#fcfcfc, #eee);
     color: #000;
-    font-size: 11px;
+    font-size: inherit;
     font-weight: 500;
     padding: 4px 8px;
     margin-bottom: 1px;
index ba1371eb99582c19ad3e538b0cf3647d3aefc72d..34d5ccc51dea3544400586cafb31c66a99b2ba93 100644 (file)
@@ -875,7 +875,7 @@ body {
     color: #404040;
 }
 
-body, td, th, input, select, option, optgroup, .text_input {
+body, td, th, input, select, option, optgroup, button, .text_input {
     font-family: "Fira Sans", "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
 }