forked from joomla/joomla-cms
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rename media manager CSS Vars and move to dedicated file (joomla#41903)
- Loading branch information
Showing
6 changed files
with
28 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 0 additions & 4 deletions
4
build/media_source/templates/administrator/atum/scss/_variables-dark.scss
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
16 changes: 16 additions & 0 deletions
16
build/media_source/templates/administrator/atum/scss/pages/_com_media.scss
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
:root { | ||
--com-media-manager-overlay-header-bg: var(--template-bg-dark-5); | ||
--com-media-manager-infobar-dt-color: rgba(0, 0, 0, .54); | ||
--com-media-manager-content-bg: var(--body-bg); | ||
--com-media-manager-overlay-bg: var(--template-bg-dark-3); | ||
--com-media-manager-disk-name-color: var(--template-text-dark); | ||
} | ||
|
||
@if $enable-dark-mode { | ||
@include color-mode(dark, true) { | ||
--com-media-manager-overlay-bg: var(--template-bg-dark-90); | ||
--com-media-manager-infobar-dt-color: rgba(255, 255, 255, .54); | ||
--com-media-manager-overlay-header-bg: var(--template-bg-dark-80); | ||
--com-media-manager-disk-name-color: var(--template-text-light); | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters