Displaying 1 result from an estimated 1 matches for "bec7e0".
Did you mean:
bec0
2009 May 27
1
[PATCH server] UI tweaks for cloud
...we add filters. */
+#toolbar li.current { /* This is not really needed right now, but will be useful when we add filters. */
background: #4B95B8;
}
-#toolbar_nav li ul {
+#toolbar li ul {
display: none;
position: absolute;
top: 1em;
left: 0;
- background: #F0F0F0;
+ background: #bec7e0; /* #F0F0F0; */
+ padding: 4px;
}
-#toolbar_nav li ul li {
+#toolbar li ul li {
display: block;
white-space: nowrap;
- padding-right: 1ex;
+ padding-right: 1em;
}
-#toolbar_nav li > ul {
+#toolbar li > ul {
top: auto;
left: auto;
}
-#toolbar_nav li:hover ul {display:...