Skip to content

Commit

Permalink
Update obsidian.css
Browse files Browse the repository at this point in the history
- Added selectors for the Title Bar.
- Added selector for Community Plugins Browser.
- Added selectors for the Startup Progress Bar Screen.
  • Loading branch information
damiankorcz authored Jan 5, 2022
1 parent ee75786 commit 90c6c9f
Showing 1 changed file with 38 additions and 0 deletions.
38 changes: 38 additions & 0 deletions obsidian.css
Original file line number Diff line number Diff line change
Expand Up @@ -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*/
Expand All @@ -92,6 +105,9 @@
/*Community Themes Browser*/
.community-theme {}

/*Community Plugins Browser*/
.community-plugin {}


/*--Extras--*/

Expand Down Expand Up @@ -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 {}
Expand Down

0 comments on commit 90c6c9f

Please sign in to comment.