diff options
| author | kj_sh604 | 2025-11-10 08:37:05 -0500 |
|---|---|---|
| committer | kj_sh604 | 2025-11-10 08:37:05 -0500 |
| commit | 0812ea28c4add18ef4ee9d8f21fabcae84dd351f (patch) | |
| tree | a9ed9470ac5f82098b7548cce4220114b6afa448 /.config/gtk-3.0/gtk.css | |
| parent | ac5e3fb377492af21ceb5234b5c7b5d3f12e0b6a (diff) | |
revert-to: 77949a068755ee72d7b5eaf5570cd2cd34a8d222 with changes
Diffstat (limited to '.config/gtk-3.0/gtk.css')
| -rw-r--r-- | .config/gtk-3.0/gtk.css | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/.config/gtk-3.0/gtk.css b/.config/gtk-3.0/gtk.css new file mode 100644 index 0000000..0dc1b59 --- /dev/null +++ b/.config/gtk-3.0/gtk.css @@ -0,0 +1,32 @@ +/* uncomment the following to use a monospace font with xfce4-panel */ +/* --- */ +/* .xfce4-panel { + font-family: monospace; + font-size: 10px; +} */ + +/* uncomment the following to use a monospace font with xfce4-notifyd */ +/* --- */ +/* #XfceNotifyWindow label, +#XfceNotifyWindow image { + font-family: monospace; + font-size: 10px; +} */ + +/* uncomment the following for high-contrast workspace panel pager */ +/* change "#pager-" to the correct internal name in your panel config */ +/* --- */ +/* .xfce4-panel #pager- button { + background-color: transparent; + border-radius: 3px; +} +.xfce4-panel #pager- button:checked { + background-image: none; + background-color: #15539E; + border-color: #15539E; + border-radius: 3px; +} +.xfce4-panel #pager- button:hover { + background-color: #15539E; + border-radius: 3px; +} */ |
