Private GIT

Skip to content
Snippets Groups Projects
Commit 0e9122f4 authored by root's avatar root
Browse files

Add different tag and class (vis series ...)

parent cd1d4581
Loading
...@@ -331,6 +331,8 @@ select2-container--default .select2-selection--multiple { ...@@ -331,6 +331,8 @@ select2-container--default .select2-selection--multiple {
/* buttons ETC..*/ /* buttons ETC..*/
button, input, optgroup, select, textarea { button, input, optgroup, select, textarea {
background-color: black; background-color: black;
border-color: #333;
border: 1px;
} }
...@@ -467,18 +469,45 @@ A.black:visited, A.black, .black { ...@@ -467,18 +469,45 @@ A.black:visited, A.black, .black {
background-color :black; background-color :black;
} }
/*TD TH*/
td, th {
background-color: #333;
}
.list-group-item { .list-group-item {
background-color: #020202; 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 { .form-control {
border: 1px solid #222; border: 1px solid #222;
} }
/* PRE */
pre { pre {
display: block; display: block;
padding: 9.5px; padding: 9.5px;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment