We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc636e1 commit 576d93bCopy full SHA for 576d93b
1 file changed
interface/web/themes/default/assets/stylesheets/select2.css
@@ -27,14 +27,14 @@ Version: 3.5.2 Timestamp: Sat Nov 1 14:43:36 EDT 2014
27
28
.select2-container .select2-choice {
29
display: block;
30
- height: 32px;
+ height: 26px;
31
padding: 0 0 0 8px;
32
overflow: hidden;
33
position: relative;
34
35
border: 1px solid #aaa;
36
white-space: nowrap;
37
- line-height: 32px;
+ line-height: 26px;
38
color: #444;
39
text-decoration: none;
40
@@ -56,6 +56,11 @@ Version: 3.5.2 Timestamp: Sat Nov 1 14:43:36 EDT 2014
56
background-image: linear-gradient(to top, #eee 0%, #fff 50%);
57
}
58
59
+.tab-content .select2-container .select2-choice {
60
+ height: 32px;
61
+ line-height: 32px;
62
+}
63
+
64
html[dir="rtl"] .select2-container .select2-choice {
65
padding: 0 8px 0 0;
66
0 commit comments