Skip to content
Snippets Groups Projects
Commit 0b798ee8 authored by Tom Robinson's avatar Tom Robinson
Browse files

Remove unused CSS rules

parent a3cf09a7
No related branches found
No related tags found
No related merge requests found
......@@ -127,66 +127,11 @@
transition: opacity .2s linear;
}
.DatabaseList,
.TableFieldList {
padding-bottom: 3em;
position: absolute;
left: 0;
right: 0;
height: 100%;
overflow-y: scroll;
}
.DatabaseListItem .h4 {
line-height: 0.8em;
}
.DatabaseListItem.DatabaseListItem--active {
background-color: rgb(227,238,250);
color: rgb(74,144,226);
}
/* TODO: this is for the ace editor and should be handled without an ID */
#id_sql {
height: 200px;
}
.DatabaseTablesAdmin {
overflow: hidden;
}
.TableField {
border-bottom: 1px solid #F0F0F0;
padding-left: 3em;
}
.TableField-name {
color: #676C72;
}
.DatabaseTablesAdmin .editable-click {
font-size: 0.8em;
border-bottom: none;
font-style: normal;
}
.DatabaseTablesAdmin .editable-click:hover, .DatabaseTablesAdmin .editable-empty:hover {
color: inherit !important;
font-style: normal;
}
.DatabaseTablesAdmin .editable-empty {
font-style: normal;
}
.Select--unselected {
border-style: dotted !important;
}
.ScrollShadow {
border-top: 1px solid rgba(0, 0, 0, .05);
}
.AdminList {
background-color: #F9FBFC;
border: var(--border-size) var(--border-style) var(--border-color);
......
/*
@editable fields
sadly the library overqualifies the a
-------------------
*/
.editable-click,
a.editable-click {
color: #666;
}
.editable-empty,
a.editable-empty {
color: #666666;
}
/* from xeditable */
.editable-input {
border: 1px solid #d9d9d9;
padding: 0.8rem 1rem;
min-width: 200px;
outline: none;
}
.editable-textarea .editable-input {
display: block;
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment