diff options
| author | Sophie Zhang <sophie_zhang@brown.edu> | 2023-11-16 01:14:46 -0500 |
|---|---|---|
| committer | Sophie Zhang <sophie_zhang@brown.edu> | 2023-11-16 01:14:46 -0500 |
| commit | 953627770c09cbb6918a0816f4e5974bb57044e1 (patch) | |
| tree | c995a11e68f43262872ab80fcda6ca542456a6ad /src/client/views/PropertiesView.scss | |
| parent | 8fccdb8c21015eb9204de7c24a80ece82f338d8e (diff) | |
palette, extracting image colors
Diffstat (limited to 'src/client/views/PropertiesView.scss')
| -rw-r--r-- | src/client/views/PropertiesView.scss | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/client/views/PropertiesView.scss b/src/client/views/PropertiesView.scss index 2da2ec568..ffcad0e7e 100644 --- a/src/client/views/PropertiesView.scss +++ b/src/client/views/PropertiesView.scss @@ -7,6 +7,15 @@ position: absolute; right: 4; } +.propertiesView-palette { + cursor: pointer; + padding: 8px; + border-radius: 4px; + transition: all 0.2s ease; + &:hover { + background-color: #3b3c3e; + } +} .propertiesView { height: 100%; width: 250; |
