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

styles

parent d4effdb1
.ui-dialog .ui-dialog-titlebar {
font-size: 12px !important;
padding: 0.1em 1em !important;
background: black !important;
font-size: 12px !important;
padding: 0.1em 1em !important;
background: black !important;
}
.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 {
max-height: 400px;
overflow-y: auto;
/* prevent horizontal scrollbar */
overflow-x: hidden;
max-height: 400px;
overflow-y: auto;
/* prevent horizontal scrollbar */
overflow-x: hidden;
}
.morpheus-sep {
border-top: 1px solid #eee;
border-top: 1px solid #eee;
}
.dropdown-checkbox {
margin-left: -16px !important;
margin-left: -16px !important;
}
.morpheus-button-divider {
width: 6px;
display: inline-block;
width: 6px;
display: inline-block;
}
.morpheus-hover-show {
display: none !important;
display: none !important;
}
.morpheus-hover:hover>.morpheus-hover-show {
display: block !important;
.morpheus-hover:hover > .morpheus-hover-show {
display: block !important;
}
.morpheus-hover:hover {
background-color: #f5f5f5;
background-color: #f5f5f5;
}
.morpheus-tip {
font-size: 12px;
position: absolute;
top: 0;
left: 0;
min-height: 24px;
max-height: 24px;
height: 24px;
line-height: 1;
color: #777;
font-size: 12px;
position: absolute;
top: 0;
left: 0;
min-height: 24px;
max-height: 24px;
height: 24px;
line-height: 1;
color: #777;
}
.morpheus-tip-inline {
font-size: 12px;
z-index: 10000;
position: absolute;
background-color: rgba(255, 255, 255, 0.9);
color: black;
text-align: left;
padding: 1px;
border: 1px solid rgb(0, 0, 0);
/*border-radius: 6px;*/
/*box-shadow: rgba(0, 0, 0, 0.498039) 0px 5px 15px;*/
overflow: hidden;
font-size: 12px;
z-index: 10000;
position: absolute;
background-color: rgba(255, 255, 255, 0.9);
color: black;
text-align: left;
padding: 1px;
border: 1px solid rgb(0, 0, 0);
/*border-radius: 6px;*/
/*box-shadow: rgba(0, 0, 0, 0.498039) 0px 5px 15px;*/
overflow: hidden;
}
.morpheus-form-control-inline {
display: inline !important;
width: auto !important;
margin-right: 1em !important;
display: inline !important;
width: auto !important;
margin-right: 1em !important;
}
.morpheus-tip-dialog {
font-size: 12px !important;
color: #777 ! important;
padding: 2px !important;
background-color: white !important;
font-size: 12px !important;
color: #777 ! important;
padding: 2px !important;
background-color: white !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