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.css12
1 files changed, 12 insertions, 0 deletions
diff --git a/gajim/data/style/gajim.css b/gajim/data/style/gajim.css
index 7a7cd7705..afe2f8cfc 100644
--- a/gajim/data/style/gajim.css
+++ b/gajim/data/style/gajim.css
@@ -224,6 +224,18 @@ infobar.error > revealer > box {
font-weight: lighter;
}
+.group {
+ color: rgb(242, 242, 242);
+ padding-left: 6px;
+ padding-right: 6px;
+ padding-top: 2px;
+ padding-bottom: 2px;
+ border-radius: 4px;
+ font-size: 80%;
+ font-weight: bold;
+ background-color: rgb(128, 128, 128);
+}
+
.link-button { min-height: 0px; }
.floating-overlay-box {