From 1568169694de42a67c8d9afccad2f45879eb0dba Mon Sep 17 00:00:00 2001 From: Mars Date: Tue, 14 Mar 2023 10:47:20 +0100 Subject: [PATCH] Update Proxmox user style to version 1.0.2 --- src/proxmox.user.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/proxmox.user.css b/src/proxmox.user.css index c2f4a07..0da9b4e 100644 --- a/src/proxmox.user.css +++ b/src/proxmox.user.css @@ -1,7 +1,7 @@ /* ==UserStyle== @name Gruvbox for Proxmox @namespace git.m3.fyi/Marsn3 -@version 1.0.1 +@version 1.0.2 @description Gruvbox Theme for Proxmox @author Marsn3 @homepageURL https://git.m3.fyi/Marsn3/userstyles @@ -257,7 +257,8 @@ filter: brightness(60%) grayscale(100) sepia(100%); } .x-window-body-default, - .x-panel-body-default { + .x-panel-body-default, + .x-message-box .x-window-body { border-color: var(--bg4); background: var(--bg); color: var(--fg);