aboutsummaryrefslogtreecommitdiff
path: root/src/client/util/RichTextMenu.scss
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/util/RichTextMenu.scss')
-rw-r--r--src/client/util/RichTextMenu.scss28
1 files changed, 28 insertions, 0 deletions
diff --git a/src/client/util/RichTextMenu.scss b/src/client/util/RichTextMenu.scss
new file mode 100644
index 000000000..f7414cc7f
--- /dev/null
+++ b/src/client/util/RichTextMenu.scss
@@ -0,0 +1,28 @@
+@import "../views/globalCssVariables";
+
+.button-dropdown-wrapper {
+ position: relative;
+
+ .dropdown-button {
+ width: 15px;
+ padding-left: 5px;
+ padding-right: 5px;
+ }
+
+ .dropdown {
+ position: absolute;
+ top: 35px;
+ left: 0;
+ background-color: #323232;
+ color: $light-color-secondary;
+ border: 1px solid #4d4d4d;
+ border-radius: 0 6px 6px 6px;
+ box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.25);
+ min-width: 150px;
+ padding: 5px;
+ }
+
+ input {
+ color: black;
+ }
+} \ No newline at end of file