[gnome-builder/wip/commands] commands: use monospace for commandbar items



commit 475dcaab5a0fa2be23f5dc19f718358eb78a1c8e
Author: Christian Hergert <christian hergert me>
Date:   Tue Oct 7 14:36:32 2014 -0700

    commands: use monospace for commandbar items

 src/resources/css/builder.Adwaita.css |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/src/resources/css/builder.Adwaita.css b/src/resources/css/builder.Adwaita.css
index acbef45..97d7ffd 100644
--- a/src/resources/css/builder.Adwaita.css
+++ b/src/resources/css/builder.Adwaita.css
@@ -162,9 +162,11 @@ GtkLabel.gb-command-bar-placeholder {
 }
 GbCommandBarItem .gb-command-bar-item-command {
     font-size: 1.1em;
+    font-family: Monospace;
 }
 GbCommandBarItem .gb-command-bar-item-result {
     font-size: 1.1em;
+    font-family: Monospace;
 }
 GbCommandBarItem .gb-command-bar-item-equal {
     font-size: 1.2em;
@@ -172,4 +174,5 @@ GbCommandBarItem .gb-command-bar-item-equal {
     color: shade (@theme_base_color, 0.5);
     padding-left: 12px;
     padding-right: 12px;
+    font-family: Monospace;
 }


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]