Skip to content

Commit 9d3b799

Browse files
committed
Query chart supporting CSS
makes query results chart font correct style Change-Id: I0da4f584d638b2234f2e3a0e64a5e0d9bce9d4cb Reviewed-on: http://review.couchbase.org/c/ns_server/+/158824 Tested-by: Rob Ashcom <[email protected]> Reviewed-by: Rob Ashcom <[email protected]>
1 parent cd7f565 commit 9d3b799

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

priv/public/ui/app/css/cbui-base.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -311,10 +311,10 @@ small {
311311
font-weight: 400 !important;
312312
color: #333;
313313
}
314-
.text {
314+
.text, text {
315315
font-family: 'OpenSans' !important;
316316
font-weight: 400 !important;
317-
color: #333;
317+
color: #000;
318318
}
319319
strong,
320320
b {

0 commit comments

Comments
 (0)