Fix ui-select styles

This commit is contained in:
Julius Haertl
2016-08-15 12:02:06 +02:00
parent c958f9b37c
commit e221d70efb

View File

@@ -134,7 +134,7 @@
margin-right:10px; margin-right:10px;
vertical-align: top; vertical-align: top;
display:inline-block !important; display:inline-block !important;
background-color: #fafafa; background-color: #f8f8f8;
} }
.stack h2 { .stack h2 {
padding: 10px; padding: 10px;
@@ -230,7 +230,7 @@
.card .labels { .card .labels {
position: absolute; position: absolute;
top:-5px; top:-5px;
left:5px; left:10px;
} }
.card .labels li { .card .labels li {
@@ -592,7 +592,7 @@ button:hover {
position: static; position: static;
width: 100%; width: 100%;
z-index: auto; z-index: auto;
padding: 16px; padding: 3px;
} }
.ui-select-match-close { .ui-select-match-close {
float:right; float:right;
@@ -618,9 +618,14 @@ button:hover {
.ui-select-container.open { .ui-select-container.open {
border: 1px solid #aaaaaa; border: 1px solid #aaaaaa;
} }
.ui-select-search { .ui-select-container input.ui-select-search {
padding:0px !important; padding:0px !important;
margin:2px !important; margin:2px !important;
background-color: transparent;
border: none;
}
.ui-select-bootstrap .ui-select-choices-row>a {
padding: 3px !important;
} }
.ui-select-choices-row-inner { .ui-select-choices-row-inner {
margin-bottom:2px; width:100%; margin-bottom:2px; width:100%;