Daniel Brötzmann pushed to branch master at gajim / gajim
Commits:
3bfb40a4 by wurstsalat at 2022-11-02T23:50:15+01:00
new: CSS: Add generic listbox and dnd-area classes
- - - - -
1 changed file:
- gajim/data/style/gajim.css
Changes:
=====================================
gajim/data/style/gajim.css
=====================================
@@ -151,6 +151,26 @@ .gajim-scrolled {
border-color:@unfocused_borders;
}
+/* ListBox */
+.gajim-listbox {
+ background: transparent;
+}
+.gajim-listbox row {
+ padding: 12px;
+ border: 1px solid @borders;
+ border-bottom: 0px;
+}
+.gajim-listbox row:nth-last-child(2) {
+ border-bottom: 1px solid @borders;
+}
+
+/* Drag and drop */
+.dnd-area {
+ border: 2px dashed @theme_selected_bg_color;
+ border-radius: 6px;
+ padding: 18px;
+}
+
/* .inline-toolbar linked from top */
.ontop-bar {
border-width: 1px;
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/3bfb40a4307b335270ad825cfc91da8cd1ab3938
--
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/3bfb40a4307b335270ad825cfc91da8cd1ab3938
You're receiving this email because of your account on dev.gajim.org.
_______________________________________________
Commits mailing list
[email protected]
https://lists.gajim.org/cgi-bin/listinfo/commits