diff options
| author | Tyler Schicke <tyler_schicke@brown.edu> | 2019-05-18 01:09:15 -0400 |
|---|---|---|
| committer | Tyler Schicke <tyler_schicke@brown.edu> | 2019-05-18 01:09:15 -0400 |
| commit | 764755f0b025eb3be234d53090ed1fce9a0e1300 (patch) | |
| tree | 703623bf0ad3a5738cab4a75a79319c44e8a650f /src/client/views/ContextMenu.scss | |
| parent | 4d9ada442eb37c59f00682594fe1400a2ad89d92 (diff) | |
Shrunk context menu text
Uncapitalized header of columns in schema
Added dragging to columns of schema
Diffstat (limited to 'src/client/views/ContextMenu.scss')
| -rw-r--r-- | src/client/views/ContextMenu.scss | 31 |
1 files changed, 16 insertions, 15 deletions
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 |
