diff options
| author | geireann <60007097+geireann@users.noreply.github.com> | 2020-07-24 14:00:58 +0800 |
|---|---|---|
| committer | geireann <60007097+geireann@users.noreply.github.com> | 2020-07-24 14:00:58 +0800 |
| commit | 0bdbf8bfbd4c2c2e8e7c1f4e7d530c628ad5e398 (patch) | |
| tree | 9d9888379cc1150039e9085559107469c487a6da /src/client/views/presentationview/PresElementBox.scss | |
| parent | 4a7cdd89b2c026518b577412b087cbeca31b5ff8 (diff) | |
internal nav
Diffstat (limited to 'src/client/views/presentationview/PresElementBox.scss')
| -rw-r--r-- | src/client/views/presentationview/PresElementBox.scss | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/client/views/presentationview/PresElementBox.scss b/src/client/views/presentationview/PresElementBox.scss index 51ad6839c..c87a1583a 100644 --- a/src/client/views/presentationview/PresElementBox.scss +++ b/src/client/views/presentationview/PresElementBox.scss @@ -144,6 +144,9 @@ width: 20px; height: 20px; display: flex; + font-size: 75%; + background-color: black; + color: white; justify-content: center; align-items: center; } @@ -157,6 +160,9 @@ width: 20px; height: 20px; display: flex; + font-size: 75%; + background-color: black; + color: white; justify-content: center; align-items: center; } @@ -170,6 +176,8 @@ height: 20px; z-index: 200; display: flex; + background-color: black; + color: white; justify-content: center; align-items: center; }
\ No newline at end of file |
