aboutsummaryrefslogtreecommitdiff
path: root/src/client/util/RichTextMenu.scss
diff options
context:
space:
mode:
authorvellichora <fangrui_tong@brown.edu>2020-01-07 09:13:43 -0500
committervellichora <fangrui_tong@brown.edu>2020-01-07 09:13:43 -0500
commit34f96cb1fe36cc5448d2cd42c4b208751cdb3403 (patch)
tree42f9dddd35a75d9797eb6ede61d5d19e0ee3e4ec /src/client/util/RichTextMenu.scss
parent73403134ceae1e5665e8021175a54b0953541d23 (diff)
integrated link button on richtextmenu
Diffstat (limited to 'src/client/util/RichTextMenu.scss')
-rw-r--r--src/client/util/RichTextMenu.scss10
1 files changed, 7 insertions, 3 deletions
diff --git a/src/client/util/RichTextMenu.scss b/src/client/util/RichTextMenu.scss
index 9c5c55b62..f7414cc7f 100644
--- a/src/client/util/RichTextMenu.scss
+++ b/src/client/util/RichTextMenu.scss
@@ -4,9 +4,9 @@
position: relative;
.dropdown-button {
- width: 20px;
- padding-left: 7px;
- padding-right: 7px;
+ width: 15px;
+ padding-left: 5px;
+ padding-right: 5px;
}
.dropdown {
@@ -21,4 +21,8 @@
min-width: 150px;
padding: 5px;
}
+
+ input {
+ color: black;
+ }
} \ No newline at end of file