diff options
| author | aidahosa1 <aisosa_idahosa@brown.edu> | 2024-09-10 10:54:29 -0400 |
|---|---|---|
| committer | aidahosa1 <aisosa_idahosa@brown.edu> | 2024-09-10 10:54:29 -0400 |
| commit | 4e34335e600b5d9d29e8a4af99fda6b2a6d3ba69 (patch) | |
| tree | a2abb796aaeac1588375c109dea1d3927bc55ef8 /src/client/views/FilterPanel.scss | |
| parent | 593a894cf3b707d60b4baf1c400f138bd8b3a783 (diff) | |
more chat features
Diffstat (limited to 'src/client/views/FilterPanel.scss')
| -rw-r--r-- | src/client/views/FilterPanel.scss | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/src/client/views/FilterPanel.scss b/src/client/views/FilterPanel.scss index 0b9076f3b..34c3d2fc1 100644 --- a/src/client/views/FilterPanel.scss +++ b/src/client/views/FilterPanel.scss @@ -283,6 +283,8 @@ .hotkey-title{ top: 6px; position: relative; + cursor: text; + } .hotkey-title-input{ @@ -290,6 +292,8 @@ border: none; border-color: transparent; outline: none; + cursor: text; + } } @@ -345,6 +349,20 @@ } + +.drawing-box{ + position: absolute; + z-index: 10000; + border-color: black; + border-style: solid; + border-width: medium; + border-radius: 10%; + background-color: #323232; + + + + +} // .sliderBox-outerDiv { // width: 30%;// width: calc(100% - 14px); // 14px accounts for handles that are at the max value of the slider that would extend outside the box // height: 40; // height: 100%; |
