mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 16:03:47 +01:00
give Chosen / select-widget with search="true" identical styling and alignment as regluar select
This commit is contained in:
parent
2185f35bba
commit
e69ef34e52
@ -2585,11 +2585,12 @@ button[id="add"] {
|
|||||||
*/
|
*/
|
||||||
.chzn-container-single .chzn-single {
|
.chzn-container-single .chzn-single {
|
||||||
border: 1px solid #e5e5e5;
|
border: 1px solid #e5e5e5;
|
||||||
border-radius: 0;
|
border-radius: 3px;
|
||||||
background: none !important;
|
background: none !important;
|
||||||
box-shadow: none !important;
|
box-shadow: none !important;
|
||||||
color: #26537C;
|
color: #26537C;
|
||||||
height: 22px;
|
height: 21px;
|
||||||
|
top: -2px;
|
||||||
}
|
}
|
||||||
.chzn-container-single .et2_country-select.chzn-single span {
|
.chzn-container-single .et2_country-select.chzn-single span {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
@ -2574,11 +2574,12 @@ button[id="add"] {
|
|||||||
*/
|
*/
|
||||||
.chzn-container-single .chzn-single {
|
.chzn-container-single .chzn-single {
|
||||||
border: 1px solid #e5e5e5;
|
border: 1px solid #e5e5e5;
|
||||||
border-radius: 0;
|
border-radius: 3px;
|
||||||
background: none !important;
|
background: none !important;
|
||||||
box-shadow: none !important;
|
box-shadow: none !important;
|
||||||
color: #26537C;
|
color: #26537C;
|
||||||
height: 22px;
|
height: 21px;
|
||||||
|
top: -2px;
|
||||||
}
|
}
|
||||||
.chzn-container-single .et2_country-select.chzn-single span {
|
.chzn-container-single .et2_country-select.chzn-single span {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
@ -2585,11 +2585,12 @@ button[id="add"] {
|
|||||||
*/
|
*/
|
||||||
.chzn-container-single .chzn-single {
|
.chzn-container-single .chzn-single {
|
||||||
border: 1px solid #e5e5e5;
|
border: 1px solid #e5e5e5;
|
||||||
border-radius: 0;
|
border-radius: 3px;
|
||||||
background: none !important;
|
background: none !important;
|
||||||
box-shadow: none !important;
|
box-shadow: none !important;
|
||||||
color: #26537C;
|
color: #26537C;
|
||||||
height: 22px;
|
height: 21px;
|
||||||
|
top: -2px;
|
||||||
}
|
}
|
||||||
.chzn-container-single .et2_country-select.chzn-single span {
|
.chzn-container-single .et2_country-select.chzn-single span {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
@ -146,11 +146,12 @@
|
|||||||
}
|
}
|
||||||
.chzn-container-single .chzn-single {
|
.chzn-container-single .chzn-single {
|
||||||
border: 1px solid #e5e5e5;
|
border: 1px solid #e5e5e5;
|
||||||
border-radius: 0;
|
border-radius: 3px;
|
||||||
background: none !important;
|
background: none !important;
|
||||||
box-shadow: none !important;
|
box-shadow: none !important;
|
||||||
color: #26537C;
|
color: #26537C;
|
||||||
height: 22px;
|
height: 21px;
|
||||||
|
top: -2px;
|
||||||
}
|
}
|
||||||
.chzn-container-single .et2_country-select.chzn-single span {
|
.chzn-container-single .et2_country-select.chzn-single span {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
@ -2596,11 +2596,12 @@ button[id="add"] {
|
|||||||
*/
|
*/
|
||||||
.chzn-container-single .chzn-single {
|
.chzn-container-single .chzn-single {
|
||||||
border: 1px solid #e5e5e5;
|
border: 1px solid #e5e5e5;
|
||||||
border-radius: 0;
|
border-radius: 3px;
|
||||||
background: none !important;
|
background: none !important;
|
||||||
box-shadow: none !important;
|
box-shadow: none !important;
|
||||||
color: #26537C;
|
color: #26537C;
|
||||||
height: 22px;
|
height: 21px;
|
||||||
|
top: -2px;
|
||||||
}
|
}
|
||||||
.chzn-container-single .et2_country-select.chzn-single span {
|
.chzn-container-single .et2_country-select.chzn-single span {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
Loading…
Reference in New Issue
Block a user