Commit 455d72a3 authored by Joshua Gould's avatar Joshua Gould

morpheus css

parent 88d8eb71
.morpheus-sep {
border-top: 1px solid #eee;
}
.dropdown-checkbox {
margin-left: -16px !important;
}
.ui-dialog .ui-dialog-titlebar {
font-size: 12px !important;
padding: 0.1em 1em !important;
......@@ -13,7 +5,7 @@
}
.ui-widget {
font-family:inherit !important;
font-family:unset;
}
.axis path, .axis line {
......@@ -23,15 +15,15 @@
}
.ui-menu-item {
background-color:white;
background-color:white;
}
.ui-state-focus {
background: inherit !important;
background: unset;
background-color:#F7F7F7;
border: inherit !important;
color: inherit !important;
font-weight: inherit !important;
border: unset;
color: unset;
font-weight: unset;
}
.ui-autocomplete {
......@@ -41,6 +33,14 @@
overflow-x: hidden;
}
.morpheus-sep {
border-top: 1px solid #eee;
}
.dropdown-checkbox {
margin-left: -16px !important;
}
.morpheus-button-divider {
width: 6px;
display: inline-block;
......@@ -84,15 +84,6 @@
overflow: hidden;
}
.morpheus-padding-hor {
padding-left: 10px;
padding-right: 10px;
}
.morpheus-padding-ver {
padding-top: 10px;
padding-bottom: 10px;
}
.morpheus-form-control-inline {
display: inline !important;
......@@ -106,140 +97,3 @@
padding: 2px !important;
background-color: white !important;
}
.slick-cell {
margin: 0px;
border: none;
padding: 0px;
background-color: inherit;
white-space: normal !important;
}
.slick-row {
font-size: 13px;
line-height: 100%;
padding: 0px;
margin: 0px;
}
.slick-header-column.ui-state-default {
height: 20px;
line-height: 20px;
padding: 0px;
background: none;
background-color: #f6f7f8;
}
.slick-header-columns {
background-color: white;
}
.slick-table .ui-widget-content {
background: none;
}
.slick-table-compact .slick-row {
font-size: 12px;
}
.slick-table .slick-row {
background-color: white;
}
.slick-striped-table .slick-row.odd {
background-color: #fafafa;
}
.slick-bordered-table .ui-widget-content {
border-bottom: 1px solid #eee !important;
}
.slick-header-column {
color: black;
background-color: white;
font-weight: bold;
border-left: 1px solid black;
}
.slick-cell, .slick-headerrow-column {
overflow: hidden;
text-overflow: ellipsis;
}
.slick-header {
background-color: white;
border: none !important;
}
.slick-cell.selected {
background-color: #d9edf7;
}
.slick-stacked .slick-visible-stacked {
display: block;
}
.slick-table:not (.slick-stacked) .slick-visible-not-stacked {
display: block;
}
.slick-visible-not-stacked {
display: none;
}
.slick-visible-stacked {
display: none;
}
.slick-sort-indicator-desc {
background: none;
}
.slick-sort-indicator-asc {
background: none;
}
.slick-sort-indicator-desc::after {
content: "\f0dd";
font-family: FontAwesome;
margin-right: 3px;
margin-left: 4px;
margin-top: -3px;
}
.slick-sort-indicator {
float: none !important;
margin: 0 !important;
}
.slick-header-column-sorted {
font-style: normal;
}
.slick-column-name {
margin-left: 4px;
}
.slick-sort-indicator-asc::after {
content: "\f0de";
font-family: FontAwesome;
margin-right: 3px;
margin-left: 4px;
margin-top: -3px;
float: none;
}
.slick-cell-wrapper {
max-width: 0;
overflow: hidden;
vertical-align: middle;
display: table-cell;
text-overflow: ellipsis;
}
.slick-table-wrapper {
display: table;
height: 100%;
padding-left: 2px;
width: 100%;
}
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