aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--gtk-3.0/gtk.css25
1 files changed, 21 insertions, 4 deletions
diff --git a/gtk-3.0/gtk.css b/gtk-3.0/gtk.css
index 198f4ea..86a950b 100644
--- a/gtk-3.0/gtk.css
+++ b/gtk-3.0/gtk.css
@@ -1,10 +1,27 @@
.xfce4-panel {
- font-family: "JetBrains Mono";
- font-size: 10px;
+ font-family: "JetBrains Mono";
+ font-size: 10px;
}
#XfceNotifyWindow label,
#XfceNotifyWindow image {
- font-family: "JetBrains Mono";
- font-size: 10px;
+ font-family: "JetBrains Mono";
+ font-size: 10px;
+}
+
+.xfce4-panel #pager-4 button {
+ background-color: transparent;
+ border-radius: 3px;
+}
+
+.xfce4-panel #pager-4 button:checked {
+ background-image: none;
+ background-color: #15539E;
+ border-color: #15539E;
+ border-radius: 3px;
+}
+
+.xfce4-panel #pager-4 button:hover {
+ background-color: #15539E;
+ border-radius: 3px;
}
='logmsg'> 2023-06-23refactor: treesitter-nvim - disabled php highlightingBlista Kanjo1-2/+6 2023-06-23fix: spelling mistakeBlista Kanjo1-1/+1 2023-06-23feat: nvim-treesitterBlista Kanjo3-0/+28 2023-06-23feat: finally using telescope.nvimBlista Kanjo3-0/+8 2023-06-23refactor: comments caseBlista Kanjo1-10/+10 2023-06-23delete: backup filesBlista Kanjo2-303/+0 2023-06-23refactor: comment structure for plug.luaBlista Kanjo1-2/+3