aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/formattedText/RichTextMenu.scss
diff options
context:
space:
mode:
authorBob Zeleznik <zzzman@gmail.com>2020-04-30 23:20:13 -0400
committerBob Zeleznik <zzzman@gmail.com>2020-04-30 23:20:13 -0400
commit8dcc7bff9430fe3cca8271501595ff89b36f7005 (patch)
treec56702e5a854054e3ae28a789fb26856e551cb99 /src/client/views/nodes/formattedText/RichTextMenu.scss
parent22748f8d35235941fc6622b19a2d4d3f809ccee7 (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.scss40
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;