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

updated jqueryui colors

parent ed502faa
......@@ -12,22 +12,30 @@
background: black !important;
}
.ui-widget {
font-family:inherit !important;
}
.axis path, .axis line {
fill: none;
stroke: #000;
shape-rendering: crispEdges;
}
.select2-search-choice {
background: white !important;
.ui-menu-item {
background-color:white;
}
.select2-search-choice:hover {
background: rgb(230, 230, 230) !important;
.ui-state-focus {
background: inherit !important;
background-color:#F7F7F7;
border: inherit !important;
color: inherit !important;
font-weight: inherit !important;
}
.ui-autocomplete {
max-height: 200px;
max-height: 400px;
overflow-y: auto;
/* prevent horizontal scrollbar */
overflow-x: hidden;
......@@ -158,7 +166,7 @@
display: block;
}
.slick-table:not(.slick-stacked) .slick-visible-not-stacked {
.slick-table:not (.slick-stacked) .slick-visible-not-stacked {
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