File tree 1 file changed +2
-1
lines changed
frontend/express/public/stylesheets
1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -806,7 +806,8 @@ div.datatablesubrow {display: none;}
806
806
.cly-select .search { top : 100% ; position : absolute; z-index : 2 ; background-color : # FFF ; width : 100% ; border : 1px solid # D0D0D0 ; border-bottom : none; margin-left : -1px ; cursor : default; overflow : auto; }
807
807
.cly-select .search .fa { position : absolute; right : 0 ; top : 5px ; color : # CCC ; font-size : 10px ; }
808
808
.cly-select .search .inner { position : relative; margin : 5px 8px ; padding : 4px 1px ; padding-right : 20px ; background-color : # FFF ; font : 13px Ubuntu; line-height : 111% ; }
809
- .cly-select .search input { height : 14px ; padding : 0 ; margin : 0 ; border : none; outline : none; width : 100% ; font : 13px Ubuntu; line-height : 111% ; }
809
+ .cly-select .search input { height : 14px ; padding : 0 ; margin : 0 ; border : none; outline : none; width : 100% ; font : 13px Ubuntu; line-height : 111% ; -webkit-appearance : textfield; }
810
+ .cly-select .search input ::-webkit-search-decoration { -webkit-appearance : none; }
810
811
.cly-select .search + .select-items { margin-top : 33px ; border-top-left-radius : 0 ; border-top-right-radius : 0 ; }
811
812
.cly-select .select-items { top : 100% ; z-index : 2 ; display : none; position : absolute; margin-left : -1px ; border-radius : 2px ; background-color : # FFF ; border : 1px solid # D0D0D0 ; width : 135px ; }
812
813
.cly-select .upside-down .select-items { bottom : 100% ; top : auto;}
You can’t perform that action at this time.
0 commit comments