Browse Source

New separators for the context menu

Tobias Reich 10 years ago
parent
commit
e684d7142d
1 changed files with 4 additions and 1 deletions
  1. 4 1
      src/styles/_contextmenu.scss

+ 4 - 1
src/styles/_contextmenu.scss

@@ -19,7 +19,10 @@
 		font-size: 14px;
 		text-shadow: 0 -1px 0px rgba(0, 0, 0, .1);
 
-		&.separator { background-color: rgba(0, 0, 0, .3); }
+		&.separator {
+			background-color: rgba(0, 0, 0, .2);
+			border-bottom: 1px solid rgba(255, 255, 255, .06);
+		}
 	}
 
 		tr td {