Commit 98a7cb05 authored by joshua-gould's avatar joshua-gould

updated jqueryui colors

parent ed502faa
...@@ -12,22 +12,30 @@ ...@@ -12,22 +12,30 @@
background: black !important; background: black !important;
} }
.ui-widget {
font-family:inherit !important;
}
.axis path, .axis line { .axis path, .axis line {
fill: none; fill: none;
stroke: #000; stroke: #000;
shape-rendering: crispEdges; shape-rendering: crispEdges;
} }
.select2-search-choice { .ui-menu-item {
background: white !important; background-color:white;
} }
.select2-search-choice:hover { .ui-state-focus {
background: rgb(230, 230, 230) !important; background: inherit !important;
background-color:#F7F7F7;
border: inherit !important;
color: inherit !important;
font-weight: inherit !important;
} }
.ui-autocomplete { .ui-autocomplete {
max-height: 200px; max-height: 400px;
overflow-y: auto; overflow-y: auto;
/* prevent horizontal scrollbar */ /* prevent horizontal scrollbar */
overflow-x: hidden; overflow-x: hidden;
...@@ -158,7 +166,7 @@ ...@@ -158,7 +166,7 @@
display: block; display: block;
} }
.slick-table:not(.slick-stacked) .slick-visible-not-stacked { .slick-table:not (.slick-stacked) .slick-visible-not-stacked {
display: block; display: block;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment