Skip to content

Commit 0f3c3cf

Browse files
committed
Make border radius work in IE9.
1 parent cafbadd commit 0f3c3cf

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

css/qui.mcss

+4
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,7 @@ input:not([type]),input[type="text"],input[type="password"] {
162162
cursor: default;
163163
-moz-border-radius: 4px;
164164
-webkit-border-radius: 4px;
165+
border-radius: 4px;
165166
margin-right: -2px;
166167
white-space: nowrap;
167168
text-decoration: none;
@@ -173,13 +174,15 @@ input:not([type]),input[type="text"],input[type="password"] {
173174
border: 1px solid $(bg_tab_hover_border);
174175
-moz-border-radius: 4px;
175176
-webkit-border-radius: 4px;
177+
border-radius: 4px;
176178
}
177179

178180
.qwebirc-qui .tab-selected {
179181
background: $(bg_tab_selected);
180182
border: 1px solid $(bg_tab_selected_border);
181183
-moz-border-radius: 4px;
182184
-webkit-border-radius: 4px;
185+
border-radius: 4px;
183186
}
184187

185188
.qwebirc-qui div.input {
@@ -195,6 +198,7 @@ input:not([type]),input[type="text"],input[type="password"] {
195198
padding-left: 3px;
196199
-moz-border-radius: 2px;
197200
-webkit-border-radius: 2px;
201+
border-radius: 2px;
198202
}
199203

200204
.qwebirc-qui a.tab-hilight-activity {

0 commit comments

Comments
 (0)