diff options
| author | anika-ahluwalia <anika.ahluwalia@gmail.com> | 2020-07-27 13:37:01 -0500 |
|---|---|---|
| committer | anika-ahluwalia <anika.ahluwalia@gmail.com> | 2020-07-27 13:37:01 -0500 |
| commit | f58fb7428f6eeca6b41beb59df244c7c50c876fa (patch) | |
| tree | c83ba1b91a6a621f11c1d0465ec444ca65034119 /src/client/views/PropertiesButtons.scss | |
| parent | 95c175bcd625d6e62563d4ae1194ecd40804fe0b (diff) | |
bug fixes and adding to menu UI
Diffstat (limited to 'src/client/views/PropertiesButtons.scss')
| -rw-r--r-- | src/client/views/PropertiesButtons.scss | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/client/views/PropertiesButtons.scss b/src/client/views/PropertiesButtons.scss index c3fea5e29..037b6b155 100644 --- a/src/client/views/PropertiesButtons.scss +++ b/src/client/views/PropertiesButtons.scss @@ -22,7 +22,7 @@ $linkGap : 3px; .propertiesButtons-linkButton-nonempty { height: 20px; width: 20px; - border-radius: 50%; + border-radius: 5px; opacity: 0.9; pointer-events: auto; background-color: $dark-color; @@ -66,13 +66,14 @@ $linkGap : 3px; pointer-events: auto; padding-right: 5px; width: 25px; + border-radius: 5px; } .propertiesButtons-linker { height: 20px; width: 20px; text-align: center; - border-radius: 50%; + border-radius: 5px; pointer-events: auto; color: $dark-color; border: $dark-color 1px solid; |
