diff options
| author | Sophie Zhang <sophie_zhang@brown.edu> | 2023-12-06 22:06:16 -0500 |
|---|---|---|
| committer | Sophie Zhang <sophie_zhang@brown.edu> | 2023-12-06 22:06:16 -0500 |
| commit | f59e343553878029d846e5eae2963fc9c3481b13 (patch) | |
| tree | c8fc80a059841664aeb79f09f26217737494aa4c /src/client/views/PropertiesView.scss | |
| parent | 7bde1b066a68fca6202b3f42c1cb54aa85c13890 (diff) | |
types
Diffstat (limited to 'src/client/views/PropertiesView.scss')
| -rw-r--r-- | src/client/views/PropertiesView.scss | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/client/views/PropertiesView.scss b/src/client/views/PropertiesView.scss index ffcad0e7e..874e2a366 100644 --- a/src/client/views/PropertiesView.scss +++ b/src/client/views/PropertiesView.scss @@ -16,6 +16,12 @@ background-color: #3b3c3e; } } +.styling-chatbox { + color: #000000; + width: 100%; + outline: none; + border: none; +} .propertiesView { height: 100%; width: 250; |
