Skip to content

Commit 6355227

Browse files
committed
styled dropdown list
1 parent 0593df0 commit 6355227

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

web/css/main.css

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ form {
154154
}
155155

156156
.nav-selected-block:hover {
157-
height:100px;
157+
height:102px;
158158
border-bottom: 4px solid #f79b44;
159159
}
160160

@@ -263,13 +263,15 @@ form {
263263
height: 26px;
264264
margin: 0 4px 0 0;
265265
min-width: 138px;
266-
}
267-
@-moz-document url-prefix() {
268-
.submenu-select-dropdown {
269-
padding-top: 3px;
270-
}
266+
background-color: #FFFFFF;
267+
border: 1px solid #CCCCCC;
268+
border-radius: 3px 3px 3px 3px;
269+
padding: 3px 5px;
271270
}
272271

272+
.submenu-select-dropdown option {
273+
padding: 5px 5px 5px 8px;
274+
}
273275
.submenu-search-block {
274276
display: block;
275277
text-align: right;

0 commit comments

Comments
 (0)