diff --git a/html/css/custom/styles.css b/html/css/custom/styles.css index 1fdec616137778193c271f9f1d8eac53154e1553..f7b69a731a7042bd0b0bcf31fb115b83e209e1c4 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;