File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed
interface/web/themes/default/assets/stylesheets Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -27,14 +27,14 @@ Version: 3.5.2 Timestamp: Sat Nov 1 14:43:36 EDT 2014
2727
2828.select2-container .select2-choice {
2929 display : block;
30- height : 32 px ;
30+ height : 26 px ;
3131 padding : 0 0 0 8px ;
3232 overflow : hidden;
3333 position : relative;
3434
3535 border : 1px solid # aaa ;
3636 white-space : nowrap;
37- line-height : 32 px ;
37+ line-height : 26 px ;
3838 color : # 444 ;
3939 text-decoration : none;
4040
@@ -56,6 +56,11 @@ Version: 3.5.2 Timestamp: Sat Nov 1 14:43:36 EDT 2014
5656 background-image : linear-gradient (to top, # eee 0% , # fff 50% );
5757}
5858
59+ .tab-content .select2-container .select2-choice {
60+ height : 32px ;
61+ line-height : 32px ;
62+ }
63+
5964html [dir = "rtl" ] .select2-container .select2-choice {
6065 padding : 0 8px 0 0 ;
6166}
You can’t perform that action at this time.
0 commit comments