Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'gajim/data/style/gajim.css')
-rw-r--r--gajim/data/style/gajim.css19
1 files changed, 19 insertions, 0 deletions
diff --git a/gajim/data/style/gajim.css b/gajim/data/style/gajim.css
index ad50008c5..c9496d0fb 100644
--- a/gajim/data/style/gajim.css
+++ b/gajim/data/style/gajim.css
@@ -717,6 +717,25 @@ infobar.error > revealer > box {
text-shadow: none;
box-shadow: none;
}
+/* ReactionsBar */
+.reaction {
+ border: 1px solid @borders;
+ border-radius: 18px;
+ padding: 4px 8px;
+ outline: none;
+ }
+ .reaction:hover {
+ border-color: @theme_selected_bg_color;
+ background: alpha(@theme_selected_bg_color, 0.2);
+ }
+ .reaction-from-us {
+ border-color: alpha(@theme_selected_bg_color, 0.8);
+ background: alpha(@theme_selected_bg_color, 0.06);
+}
+.reaction-dummy-entry {
+ padding: 0px;
+}
+
/* Multi-purpose elements / widgets ======================================== */