summaryrefslogtreecommitdiff
path: root/httemplate/view/cust_main/menu.html
diff options
context:
space:
mode:
authorJonathan Prykop <jonathan@freeside.biz>2015-06-12 00:35:55 -0500
committerJonathan Prykop <jonathan@freeside.biz>2015-06-12 00:35:55 -0500
commitce99c7b3a33cf6dbafbd95cc6ff250313f830f6a (patch)
tree925a97a67de6d74cf0102f708e3e72b237677b0a /httemplate/view/cust_main/menu.html
parentb2f5f42600f11ab24e5393353ed4c0de48816862 (diff)
customer view UI
Diffstat (limited to 'httemplate/view/cust_main/menu.html')
-rw-r--r--httemplate/view/cust_main/menu.html18
1 files changed, 14 insertions, 4 deletions
diff --git a/httemplate/view/cust_main/menu.html b/httemplate/view/cust_main/menu.html
index 01a5a65c3..326c2f954 100644
--- a/httemplate/view/cust_main/menu.html
+++ b/httemplate/view/cust_main/menu.html
@@ -16,16 +16,22 @@
display: block;
margin: 0;
padding: .5em .75em;
- background: #ffffff;
+ background: #f8f8f8;
color: #525151;
white-space: nowrap;
text-decoration: none;
- border-top: thin solid #CFDEFF;
+ border-bottom: thin solid #CFDFDF;
+ border-top-left-radius: .5em;
+ border-top-right-radius: .5em;
}
#menu_ul a.current_show {
font-weight: bold;
- background: #cfdeff;
+ background: #FFFFFF;
+ border-top: thin solid #CFDEFF;
+ border-left: thin solid #CFDEFF;
+ border-right: thin solid #CFDEFF;
+ border-bottom: none;
}
#menu_ul ul {
@@ -36,6 +42,9 @@
top: 100%;
left: 0;
background: #ffffff;
+ border-top: none;
+ border-left: thin solid #CFDEFF;
+ border-right: thin solid #CFDEFF;
border-bottom: thin solid #CFDEFF;
}
@@ -46,9 +55,10 @@
}
#menu_ul ul a {
- border-top: thin solid #CFDEFF;
color: #333333;
background: transparent;
+ border-bottom: none;
+ border-radius: 0;
}
#menu_ul a:hover {