From 90c6c9fd967524170e3b7dc785669fb5359026e9 Mon Sep 17 00:00:00 2001 From: Damian Korcz Date: Wed, 5 Jan 2022 16:32:29 +0000 Subject: [PATCH] Update obsidian.css - Added selectors for the Title Bar. - Added selector for Community Plugins Browser. - Added selectors for the Startup Progress Bar Screen. --- obsidian.css | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) diff --git a/obsidian.css b/obsidian.css index 3e35fee..6faee94 100644 --- a/obsidian.css +++ b/obsidian.css @@ -72,6 +72,19 @@ --scrollbar-thumb-bg: rgba(0, 0, 0, 0.1); /*Scrollbar Color*/ --scrollbar-active-thumb-bg: rgba(0, 0, 0, 0.2); /*Scrollbar Dragged Color*/ } +/*----Startup Progress Bar Screen----*/ +/*Startup Progress Bar Window*/ +.progress-bar {} + +/*Startup Text*/ +.progress-bar .progress-bar-message {} + +/*Startup Progress Bar Background*/ +.progress-bar-indicator .progress-bar-line {} + +/*Startup Progress Bar Moving Line*/ +.progress-bar-indicator .progress-bar-subline {} + /*----Settings----*/ /*All Popup Windows: Settings*/ @@ -92,6 +105,9 @@ /*Community Themes Browser*/ .community-theme {} +/*Community Plugins Browser*/ +.community-plugin {} + /*--Extras--*/ @@ -131,6 +147,28 @@ /*Status Bar*/ .status-bar {} +/*--Title Bar--*/ + +/*Title Bar*/ +.titlebar {} + +/*Navigation Button - Back */ +.mod-back {} + +/*Navigation Button - Forward*/ +.mod-forward {} + +/*Window Control- Minimize*/ +.mod-minimize {} + +/*Window Control- Minimize*/ +.mod-maximize {} + +/*Window Control- Close*/ +.mod-close {} + + + /*Buttons*/ /*Default Buttons*/ button {}