Skip to content

Commit 0d96ad0

Browse files
author
redray
committed
Added an entry for the select-form in the left menu
1 parent 6565b82 commit 0d96ad0

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

interface/web/themes/default/css/navigation/nav_side.css

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,4 +113,12 @@
113113
#submenu li ul li ul li ul li a:focus,
114114
#submenu li ul li ul li ul li a:hover,
115115
#submenu li ul li ul li ul li a:active { background-color:#f63; color: #fff; }
116+
117+
/* Form-Elements in the Menu*/
118+
#submenu * select#server_id {
119+
margin: 3px 10%;
120+
padding: 1px;
121+
width: 80%;
122+
}
123+
116124
}

0 commit comments

Comments
 (0)