You are not logged in.
Pages: 1
Hi,
By using the gtk.css file in the ~/.config/gtk-3.0 folder I applied my own theme for the xfsm logout dialogbox. However I have three problems:
1. There is a white line at the bottom - see below attached image.
2. The icons of the user switching button does not match the gtk icon theme I've setup for the logout dialog.
3. The "save session before logout" button, on the lower left side, is white.
Can anyone tell me how to:
1. get rid of that white line
2. how to change the orange icon
3. how to change the color of the "save session" button
Here is my css code of the xfsm style:
/* xfwm logout dialog theme */
.xfsm-logout-dialog {
-gtk-icon-theme: "Mint-X";
color: #eeeeec;
background-color: #444444;
border: 1px solid;
border-color: #444444;
border-radius: 0px;
font-size: smaller;
}
.xfsm-logout-dialog button {
background-image: none;
color: #eeeeec;
background-color: #444444;
border: 1px solid;
border-color: #2c2c2c;
}
.xfsm-logout-dialog button:hover {
background-image: none;
color: #eeeeec;
background-color: #2c2c2c;
border: 1px solid;
border-color: #2c2c2c;
}
Thanks in advance
Regards
Last edited by crimson (2020-09-10 19:55:03)
Offline
Pages: 1
[ Generated in 0.007 seconds, 7 queries executed - Memory usage: 512.76 KiB (Peak: 532 KiB) ]