summaryrefslogtreecommitdiffstats
path: root/css/navigation.css
diff options
context:
space:
mode:
Diffstat (limited to 'css/navigation.css')
-rw-r--r--css/navigation.css23
1 files changed, 23 insertions, 0 deletions
diff --git a/css/navigation.css b/css/navigation.css
index 111f90e0f..a97697141 100644
--- a/css/navigation.css
+++ b/css/navigation.css
@@ -11,6 +11,29 @@
background-color: transparent !important;
}
+.add-new .heading {
+ height: 44px;
+ line-height: 44px;
+ width: 100%;
+ display: block;
+ padding-top: 10px;
+}
+
+.add-new .heading:hover {
+ background-color: #ccc;
+}
+
+.add-new .heading button {
+ padding: 0;
+ height: 44px;
+ width: 100%;
+ border: 0;
+ margin: 0;
+ background: none;
+ text-align: left;
+ font-weight: normal;
+}
+
.add-new-popup {
display: none;
padding: 15px 10px;