From 6055292b8628d92f7ff5d617a715329a32a891a1 Mon Sep 17 00:00:00 2001 From: Alan Date: Wed, 20 Mar 2024 12:09:39 +0800 Subject: [PATCH] black background for GUI navigation --- resources/css/roobuilder.css | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/resources/css/roobuilder.css b/resources/css/roobuilder.css index f1fde7bcb..bc106a220 100644 --- a/resources/css/roobuilder.css +++ b/resources/css/roobuilder.css @@ -140,7 +140,6 @@ tooltip { tooltip * { background-color: #eee; - padding: 5px 5px 5px 5px; margin: 0px 0px 0px 0px; border-width: 1px; @@ -149,4 +148,10 @@ tooltip * { } - \ No newline at end of file + gridview { + background : #000; + color : #fff; +} +gridview child { + border: 1px solid #333; +} \ No newline at end of file -- 2.39.2