From 6e340893daf5c398fb91908dc4d14fab197bee8f Mon Sep 17 00:00:00 2001 From: Vishal Date: Wed, 22 Jul 2020 14:41:01 +0530 Subject: [PATCH] library fonts changed to sans serif and homogenized --- resources/css/_contentManager.css | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/resources/css/_contentManager.css b/resources/css/_contentManager.css index e7e1ef3..5c80b10 100644 --- a/resources/css/_contentManager.css +++ b/resources/css/_contentManager.css @@ -57,6 +57,7 @@ html, body { } .tablecell{ flex-basis:20%; + font-family: sans-serif; } .sortable:hover { @@ -135,16 +136,22 @@ button { border: 0px; } .tablerow button { - color: blue; - font-weight: bold; - font-size: 14px; + /* color: blue; */ + color:#555; + /* font-weight: bold; */ + font-size: 16px; border: 0px; background: transparent; border-radius: 2px; } +.tablerow button::first-letter { + text-transform: uppercase; +} .tablerow button:hover { - color: white; - background: blue; + /* color: white; + background: blue; */ + cursor: pointer; + font-weight: bold; } details:hover { background-color: #d9e9ff;