mirror of
https://github.com/mwalbeck/nextcloud-breeze-dark.git
synced 2024-11-09 01:46:51 +00:00
Magnus Walbeck
a58dc593c2
Complete rewrite of core styling to realign with current Nextcloud, and rely more on CSS4 variable for theming.
25 lines
632 B
SCSS
25 lines
632 B
SCSS
/***
|
|
* @copyright Copyright (c) 2017, Magnus Walbeck <mw@mwalbeck.org>
|
|
*
|
|
* @license GNU AGPL version 3 or any later version, see COPYING file for more.
|
|
*/
|
|
|
|
/* Flow Upload -------------------------------------------------------------- */
|
|
|
|
.app-flowupload {
|
|
background-color: var(--color-main-background);
|
|
|
|
hr {
|
|
border-bottom-color: var(--color-border);
|
|
border-top-color: var(--color-border);
|
|
}
|
|
}
|
|
|
|
/* Icons -------------------------------------------------------------------- */
|
|
|
|
.app-flowupload {
|
|
.icon-file.select-file-icon {
|
|
background-image: var(--icon-text-f2f2f2) !important;
|
|
}
|
|
}
|