Adapt general form styles to select fields
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 918 B |
@@ -14,6 +14,7 @@ require('../images/badge_skipass.png');
|
||||
require('../images/polygon.jpg');
|
||||
|
||||
require('../images/icons/icon_ce.svg');
|
||||
require('../images/icons/icon_select.png');
|
||||
require('../images/icons/tx_eptheme_domain_model_lineup.gif');
|
||||
require('../images/icons/tx_eptheme_domain_model_slide.gif');
|
||||
require('../images/icons/tx_eptheme_gridelements_half_and_two_quarters.png');
|
||||
|
||||
@@ -29,6 +29,15 @@
|
||||
}
|
||||
}
|
||||
|
||||
select.form-control {
|
||||
-webkit-appearance: none;
|
||||
-moz-appearance: none;
|
||||
appearance: none;
|
||||
background-image: url(../images/icons/icon_select.png);
|
||||
background-position: calc(100% - 24px) center;
|
||||
background-repeat: no-repeat;
|
||||
}
|
||||
|
||||
textarea {
|
||||
resize: vertical;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user