From 1ff97340ec32c9082acbc3657858fe3ec9881a87 Mon Sep 17 00:00:00 2001 From: Joshua Gould Date: Tue, 7 Jun 2016 11:13:34 -0400 Subject: [PATCH] styles --- css/morpheus.css | 110 +++++++++++++++++++++++------------------------ 1 file changed, 53 insertions(+), 57 deletions(-) diff --git a/css/morpheus.css b/css/morpheus.css index 8067878..a94869a 100644 --- a/css/morpheus.css +++ b/css/morpheus.css @@ -1,99 +1,95 @@ .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; } -- GitLab