Minor fixes
This commit is contained in:
parent
39ace10629
commit
f553019a40
|
@ -11262,6 +11262,7 @@ span.subsection_header_title {
|
||||||
|
|
||||||
span.subsection_header_title.secondary {
|
span.subsection_header_title.secondary {
|
||||||
height: 14px;
|
height: 14px;
|
||||||
|
line-height: 14px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.regular_font {
|
.regular_font {
|
||||||
|
|
|
@ -1111,6 +1111,7 @@ select,
|
||||||
border: 1px solid #707070;
|
border: 1px solid #707070;
|
||||||
background-color: #222 !important;
|
background-color: #222 !important;
|
||||||
color: #fff !important;
|
color: #fff !important;
|
||||||
|
border-radius: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.white_table_graph {
|
.white_table_graph {
|
||||||
|
@ -1475,13 +1476,6 @@ span.select2-dropdown.select2-dropdown--below {
|
||||||
z-index: 1200;
|
z-index: 1200;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.fixed_filter_bar,
|
|
||||||
div.white_table_graph_header {
|
|
||||||
border-radius: 0;
|
|
||||||
border-left: 0px;
|
|
||||||
border-right: 0px;
|
|
||||||
}
|
|
||||||
|
|
||||||
div.white_table_graph {
|
div.white_table_graph {
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
}
|
}
|
||||||
|
@ -1502,3 +1496,9 @@ table.filter-table-adv td > div label {
|
||||||
#principal_action_buttons {
|
#principal_action_buttons {
|
||||||
background: #111111;
|
background: #111111;
|
||||||
}
|
}
|
||||||
|
div.fixed-bottom-box,
|
||||||
|
div.fixed-bottom-box
|
||||||
|
> div.fixed-bottom-box-head
|
||||||
|
> div.fixed-bottom-box-head-body {
|
||||||
|
background-color: #111111 !important;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue