From 0e5efa95202b743cbd37115db6116a102e53fc6c Mon Sep 17 00:00:00 2001 From: Paul Sokolovsky Date: Thu, 3 Sep 2015 18:15:41 +0300 Subject: Don't force font family on all elements. This breaks
 and diff view.

Change-Id: I5198fcb203c8072cc6d05a6de75b6b72f122adb8
---
 etc/GerritSite.css | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/etc/GerritSite.css b/etc/GerritSite.css
index 391eaca..d7c6dbc 100644
--- a/etc/GerritSite.css
+++ b/etc/GerritSite.css
@@ -1,7 +1,7 @@
 @import url(https://fonts.googleapis.com/css?family=Ubuntu:400,300,300italic,400italic,700,700italic|Ubuntu+Mono);
 
 * {
-    font-family: 'Ubuntu';
+    /*font-family: 'Ubuntu';*/
     font-size: 14px;
 }
 
@@ -44,3 +44,7 @@ a.gwt-InlineHyperlink {
 body, table td, select {
     font-family: 'Ubuntu', 'Arial Unicode MS', 'Arial', sans-serif !important;
 }
+
+.activeRow {
+    background-color: #FFFEAE;
+}
-- 
cgit v1.2.3