| Server IP : 104.21.25.180 / Your IP : 104.23.197.123 Web Server : Apache/2.4.37 System : Linux almalinux.duckdns.org 4.18.0-553.111.1.el8_10.x86_64 #1 SMP Sun Mar 8 20:06:07 EDT 2026 x86_64 User : ricodeal ( 1046) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /usr/share/gnome-tweaks/ |
Upload File : |
/* the sidebar */
.tweak-category {
padding: 10px;
}
/* the container and tweaks in a group */
.tweak-group {
background-color: rgba(0, 0, 0, 0);
}
.tweak {
padding-top: 3px;
background-color: rgba(0, 0, 0, 0);
}
.tweak:hover {
background-color: rgba(0, 0, 0, 0);
}
.tweak.title {
padding-top: 10px;
}
.tweak-titlebar-left:dir(ltr),
.tweak-titlebar-right:dir(rtl) {
border-top-right-radius: 0;
}
.tweak-titlebar-right:dir(ltr),
.tweak-titlebar-left:dir(rtl) {
border-top-left-radius: 0;
}
/* individual tweak theme changes */
.tweak.title#title-theme {
padding-top: 3px;
}
.tweak#hinting,
.tweak#text-scaling-factor {
padding-top: 20px;
}
.tweak-group-white,
.tweak-white,
.tweak-white:hover {
background-color: white;
}
.tweak-startup,
.tweak-startup:hover {
background-color: lighter(shade(@theme_bg_color, 0.9));
}
.tweak-group-startup
{
background-color: @view_separators;
}
/* NOT WORKING
.main-container {
padding: 20px;
}
*/