mirror of
https://github.com/Rafostar/clapper.git
synced 2025-08-30 16:02:00 +02:00
Remove GTK 4.0.2+ theme workarounds
This commit is contained in:
@@ -12,12 +12,6 @@ radio {
|
|||||||
.osd list row image {
|
.osd list row image {
|
||||||
-gtk-icon-shadow: none;
|
-gtk-icon-shadow: none;
|
||||||
}
|
}
|
||||||
.gtk402 trough highlight {
|
|
||||||
border-color: transparent;
|
|
||||||
}
|
|
||||||
.gtk402 .osd trough highlight {
|
|
||||||
border-color: inherit;
|
|
||||||
}
|
|
||||||
.osdheaderbar {
|
.osdheaderbar {
|
||||||
background: transparent;
|
background: transparent;
|
||||||
}
|
}
|
||||||
|
@@ -29,9 +29,6 @@ class ClapperAppBase extends Gtk.Application
|
|||||||
title: Misc.appName,
|
title: Misc.appName,
|
||||||
});
|
});
|
||||||
|
|
||||||
if(Gtk.MINOR_VERSION > 0 || Gtk.MICRO_VERSION > 1)
|
|
||||||
window.add_css_class('gtk402');
|
|
||||||
|
|
||||||
if(!settings.get_boolean('render-shadows'))
|
if(!settings.get_boolean('render-shadows'))
|
||||||
window.add_css_class('gpufriendly');
|
window.add_css_class('gpufriendly');
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user