From 0e9122f4db15183b345724c6cd7146495ee94adf Mon Sep 17 00:00:00 2001 From: root <root@librenmscentos.localdomain> Date: Sat, 1 Jun 2019 11:56:22 +0200 Subject: [PATCH] Add different tag and class (vis series ...) --- html/css/custom/styles.css | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/html/css/custom/styles.css b/html/css/custom/styles.css index 1fdec61..f7b69a7 100644 --- a/html/css/custom/styles.css +++ b/html/css/custom/styles.css @@ -331,6 +331,8 @@ select2-container--default .select2-selection--multiple { /* buttons ETC..*/ button, input, optgroup, select, textarea { background-color: black; + border-color: #333; + border: 1px; } @@ -467,18 +469,45 @@ A.black:visited, A.black, .black { background-color :black; } +/*TD TH*/ +td, th { + + background-color: #333; +} + .list-group-item { background-color: #020202; } +.tabcontent { + background-color: #333; +} + +/* Grid and ETC*/ +.vis-time-axis .vis-text { + color: #fff; +} + +.vis-timeline { + border: 1px solid #444; +} +.vis-major, .vis-grid, .vis-panel, .vis-background, .vis-horizontal { +border: 1px solid #444; + +} + +/* FORM */ + .form-control { border: 1px solid #222; } +/* PRE */ + pre { display: block; padding: 9.5px; -- GitLab