From 85013cfa9aac7b2a17e0158a77e75dcfbb1ce298 Mon Sep 17 00:00:00 2001 From: George Halkiadakis Date: Thu, 8 Jun 2023 03:55:50 +0300 Subject: study on theme backgrounds --- public/assets/css/class.css | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'public/assets/css/class.css') diff --git a/public/assets/css/class.css b/public/assets/css/class.css index 6d79077..8a8f51b 100644 --- a/public/assets/css/class.css +++ b/public/assets/css/class.css @@ -16,20 +16,24 @@ --light-grey-shade: 1px 5px 7px #7773; --form-content-font-size: .87rem; --form-input-height: 31px; - --form-layer-bgr: #dddb; /* form layer background */ + --table-head-bgr: #fff6; --table-row-bgr: #eee4; --table-odd-row-bgr: #fff4; --table-row-hover-bgr: #fffa; + /* layer backgrounds */ + --form-layer-bgr: #dddb; /* form layer background */ + --backlayer-bgr: transparent; + /* select2 */ --select2-arrow-top: 10px; --select2-height: 31px; /* main themed variables */ --background-image: #fafafa; /* main background */ - --menu-hover-bgr: #def /* <-- spring-04 ; default: #def */; + --menu-hover-bgr: #def; --info-text-color: #554e; /* image credits */ @@ -162,6 +166,8 @@ html, body { width: 100%; margin: auto auto; padding: .5em; font-size: .78em; + background: var(--backlayer-bgr); + border-radius: 9px; } .central-form.left-menu .content { margin: 1em auto; } -- cgit v1.2.3