diff options
Diffstat (limited to 'main/data/theme.css')
-rw-r--r-- | main/data/theme.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/main/data/theme.css b/main/data/theme.css index 36b3cb5b..d581cac2 100644 --- a/main/data/theme.css +++ b/main/data/theme.css @@ -78,6 +78,11 @@ window.dino-main .dino-sidebar > frame { transition: background .05s ease; } +window.dino-main .circular-button { + padding: 0; + border-radius: 1000px; +} + window.dino-main .dino-conversation .message-box.edit-mode { background: alpha(@theme_selected_bg_color, 0.1); } |