diff options
| author | Bob Zeleznik <zzzman@gmail.com> | 2020-04-30 23:20:13 -0400 |
|---|---|---|
| committer | Bob Zeleznik <zzzman@gmail.com> | 2020-04-30 23:20:13 -0400 |
| commit | 8dcc7bff9430fe3cca8271501595ff89b36f7005 (patch) | |
| tree | c56702e5a854054e3ae28a789fb26856e551cb99 /src/client/views/nodes/formattedText/RichTextMenu.scss | |
| parent | 22748f8d35235941fc6622b19a2d4d3f809ccee7 (diff) | |
cleaned up presbox and preselementbox
Diffstat (limited to 'src/client/views/nodes/formattedText/RichTextMenu.scss')
| -rw-r--r-- | src/client/views/nodes/formattedText/RichTextMenu.scss | 40 |
1 files changed, 20 insertions, 20 deletions
diff --git a/src/client/views/nodes/formattedText/RichTextMenu.scss b/src/client/views/nodes/formattedText/RichTextMenu.scss index 36da769c3..3a16171de 100644 --- a/src/client/views/nodes/formattedText/RichTextMenu.scss +++ b/src/client/views/nodes/formattedText/RichTextMenu.scss @@ -54,6 +54,26 @@ input { color: black; } + + select { + background-color: #323232; + color: white; + border: 1px solid black; + // border-top: none; + // border-bottom: none; + font-size: 12px; + height: 100%; + margin-right: 3px; + + &:focus, + &:hover { + background-color: black; + } + + &::-ms-expand { + color: white; + } + } } .link-menu { @@ -91,26 +111,6 @@ } } -select { - background-color: #323232; - color: white; - border: 1px solid black; - // border-top: none; - // border-bottom: none; - font-size: 12px; - height: 100%; - margin-right: 3px; - - &:focus, - &:hover { - background-color: black; - } - - &::-ms-expand { - color: white; - } -} - .row-2 { display: flex; justify-content: space-between; |
