aboutsummaryrefslogtreecommitdiff
path: root/main/data/theme.css
diff options
context:
space:
mode:
Diffstat (limited to 'main/data/theme.css')
-rw-r--r--main/data/theme.css7
1 files changed, 6 insertions, 1 deletions
diff --git a/main/data/theme.css b/main/data/theme.css
index c4bc36c3..d657e0a3 100644
--- a/main/data/theme.css
+++ b/main/data/theme.css
@@ -174,12 +174,17 @@ window.dino-main .multiparty-participants {
/* Reactions */
+window.dino-main menubutton.reaction-box image {
+ margin-left: 5px;
+ margin-right: 5px;
+}
+
window.dino-main button.reaction-box,
window.dino-main menubutton.reaction-box > button {
border: 1px solid transparent;
padding: 3px 5px ;
border-radius: 10px;
- background-color: alpha(@theme_fg_color, 0.05);
+ background-color: alpha(@theme_fg_color, 0.07);
background-image: none;
box-shadow: none;
min-height: 0;