Chosen input styling fixes
This commit is contained in:
@@ -25,9 +25,6 @@
|
|||||||
-moz-osx-font-smoothing: grayscale;
|
-moz-osx-font-smoothing: grayscale;
|
||||||
}
|
}
|
||||||
|
|
||||||
.icon-sportspress:before {
|
|
||||||
content: "\f111";
|
|
||||||
}
|
|
||||||
.icon-megaphone:before {
|
.icon-megaphone:before {
|
||||||
content: "\f155";
|
content: "\f155";
|
||||||
}
|
}
|
||||||
@@ -129,6 +126,7 @@
|
|||||||
|
|
||||||
table.widefat.sp-data-table td {
|
table.widefat.sp-data-table td {
|
||||||
line-height: 2;
|
line-height: 2;
|
||||||
|
overflow: visible;
|
||||||
}
|
}
|
||||||
|
|
||||||
table.widefat.sp-data-table td:first-child {
|
table.widefat.sp-data-table td:first-child {
|
||||||
@@ -237,6 +235,11 @@ table.widefat td.column-sp_number .sp-flag {
|
|||||||
box-shadow: inset 0 1px 0 #fff,0 1px 0 rgba(0,0,0,.08);
|
box-shadow: inset 0 1px 0 #fff,0 1px 0 rgba(0,0,0,.08);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.chosen-container-active .chosen-single {
|
||||||
|
border-color: #999;
|
||||||
|
background: #fff;
|
||||||
|
}
|
||||||
|
|
||||||
.chosen-container-active.chosen-with-drop .chosen-single {
|
.chosen-container-active.chosen-with-drop .chosen-single {
|
||||||
background: #fff;
|
background: #fff;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user