From 764755f0b025eb3be234d53090ed1fce9a0e1300 Mon Sep 17 00:00:00 2001 From: Tyler Schicke Date: Sat, 18 May 2019 01:09:15 -0400 Subject: Shrunk context menu text Uncapitalized header of columns in schema Added dragging to columns of schema --- src/client/views/ContextMenu.scss | 31 ++++++++++++++++--------------- 1 file changed, 16 insertions(+), 15 deletions(-) (limited to 'src/client/views/ContextMenu.scss') diff --git a/src/client/views/ContextMenu.scss b/src/client/views/ContextMenu.scss index 3b1b18f88..0a14c8ce7 100644 --- a/src/client/views/ContextMenu.scss +++ b/src/client/views/ContextMenu.scss @@ -1,24 +1,25 @@ @import "globalCssVariables"; + .contextMenu-cont { - position: absolute; - display: flex; - z-index: $contextMenu-zindex; - box-shadow: $intermediate-color 0.2vw 0.2vw 0.4vw; - flex-direction: column; + position: absolute; + display: flex; + z-index: $contextMenu-zindex; + box-shadow: $intermediate-color 0.2vw 0.2vw 0.4vw; + flex-direction: column; } .contextMenu-item:first-child { - background: $intermediate-color; - color: $light-color; + background: $intermediate-color; + color: $light-color; } .contextMenu-item:first-child::placeholder { - color: $light-color; + color: $light-color; } .contextMenu-item:first-child:hover { - background: $intermediate-color; - color: $light-color; + background: $intermediate-color; + color: $light-color; } .subMenu-cont { @@ -49,16 +50,16 @@ border-bottom-style: solid; padding: 10px; white-space: nowrap; - font-size: 1.5vw; + font-size: 1vw; } .contextMenu-item:hover { - transition: all 0.1s; - background: $lighter-alt-accent; + transition: all 0.1s; + background: $lighter-alt-accent; } .contextMenu-description { - font-size: 1.5vw; + font-size: 1vw; text-align: left; width: 8vw; display: inline; //need this? @@ -66,4 +67,4 @@ .icon-background { background-color: #DDDDDD; -} +} \ No newline at end of file -- cgit v1.2.3-70-g09d2