diff --git a/src/main/webapp/css/custom_common.css b/src/main/webapp/css/custom_common.css index 917524d..2f7cb81 100644 --- a/src/main/webapp/css/custom_common.css +++ b/src/main/webapp/css/custom_common.css @@ -8,7 +8,7 @@ .aui { body { - color: #555; + color: #000; font-weight: 200; } @@ -64,7 +64,7 @@ input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], select, textarea, .uneditable-input { border: 1px solid #DDD; - color: #8D8D8D; + color: #333; font-weight: 200; margin-bottom: 7px; } @@ -197,7 +197,7 @@ } .portlet-borderless-container { - padding: 10px 0; + padding: 0; } .portlet-options {