Commit 1ff97340 authored by Joshua Gould's avatar Joshua Gould

styles

parent d4effdb1
......@@ -5,25 +5,22 @@
}
.ui-widget {
font-family:unset;
font-family: unset;
}
.axis path, .axis line {
fill: none;
stroke: #000;
shape-rendering: crispEdges;
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
border: 1px solid #cccccc;
background: #337ab7;
color: white;
}
.ui-menu-item {
background-color:white;
}
.ui-state-focus {
background: unset;
background-color:#F7F7F7;
border: unset;
color: unset;
font-weight: unset;
background-color: white;
}
.ui-autocomplete {
......@@ -50,7 +47,7 @@
display: none !important;
}
.morpheus-hover:hover>.morpheus-hover-show {
.morpheus-hover:hover > .morpheus-hover-show {
display: block !important;
}
......@@ -84,7 +81,6 @@
overflow: hidden;
}
.morpheus-form-control-inline {
display: inline !important;
width: auto !important;
......
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