mirror of
https://github.com/mwalbeck/nextcloud-breeze-dark.git
synced 2025-07-05 02:34:21 +00:00
small style fix and move Log Reader to own file
This commit is contained in:
parent
4db3aa7258
commit
2604ea6fc7
6 changed files with 37 additions and 28 deletions
14
core/css/apps/_log-reader.scss
Normal file
14
core/css/apps/_log-reader.scss
Normal file
|
@ -0,0 +1,14 @@
|
|||
/* Log reader --------------------------------------------------------------- */
|
||||
|
||||
#logreader-root table {
|
||||
|
||||
tbody tr td {
|
||||
border-bottom-color: $decoration-normal;
|
||||
background-color: $background-normal !important;
|
||||
}
|
||||
|
||||
thead th {
|
||||
color: $foreground-normal;
|
||||
border-bottom-color: $decoration-normal;
|
||||
}
|
||||
}
|
|
@ -111,6 +111,10 @@
|
|||
}
|
||||
}
|
||||
|
||||
.shareTabView .icon {
|
||||
opacity: 0.5;
|
||||
}
|
||||
|
||||
/* App Settings ------------------------------------------------------------- */
|
||||
|
||||
#app-settings-header {
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/* Login Screen ------------------------------------------------------------- */
|
||||
|
||||
/* Login Screen ------------------------------------------------------------- */
|
||||
#body-login {
|
||||
background-image: none !important;
|
||||
background-color: $background-normal !important;
|
||||
|
@ -111,6 +111,8 @@ div.crumb span.icon-shared, div.crumb span.icon-public {
|
|||
|
||||
.popovermenu li .menuitem {
|
||||
color: $foreground-inactive;
|
||||
opacity: 0.7;
|
||||
|
||||
&:hover {
|
||||
color: $foreground-active;
|
||||
}
|
||||
|
@ -260,22 +262,6 @@ span {
|
|||
border-top: none;
|
||||
}
|
||||
|
||||
/* Server Settings ---------------------------------------------------------- */
|
||||
|
||||
// Log reader
|
||||
#logreader-root table {
|
||||
|
||||
tbody tr td {
|
||||
border-bottom-color: $decoration-normal;
|
||||
background-color: $background-normal !important;
|
||||
}
|
||||
|
||||
thead th {
|
||||
color: $foreground-normal;
|
||||
border-bottom-color: $decoration-normal;
|
||||
}
|
||||
}
|
||||
|
||||
/* App Store ---------------------------------------------------------------- */
|
||||
|
||||
.app-level {
|
||||
|
|
|
@ -501,7 +501,8 @@ div.crumb span.icon-shared, div.crumb span.icon-public {
|
|||
color: #bdc3c7; }
|
||||
|
||||
.popovermenu li .menuitem {
|
||||
color: #bdc3c7; }
|
||||
color: #bdc3c7;
|
||||
opacity: 0.7; }
|
||||
.popovermenu li .menuitem:hover {
|
||||
color: #fcfcfc; }
|
||||
|
||||
|
@ -598,14 +599,6 @@ span.success {
|
|||
border-color: #706f6e;
|
||||
border-top: none; }
|
||||
|
||||
/* Server Settings ---------------------------------------------------------- */
|
||||
#logreader-root table tbody tr td {
|
||||
border-bottom-color: #706f6e;
|
||||
background-color: #31363b !important; }
|
||||
#logreader-root table thead th {
|
||||
color: #eff0f1;
|
||||
border-bottom-color: #706f6e; }
|
||||
|
||||
/* App Store ---------------------------------------------------------------- */
|
||||
.app-level span {
|
||||
color: #eff0f1; }
|
||||
|
@ -853,6 +846,9 @@ ul.multiselectoptions {
|
|||
color: #fcfcfc;
|
||||
border-bottom: 1px solid #3daee9; }
|
||||
|
||||
.shareTabView .icon {
|
||||
opacity: 0.5; }
|
||||
|
||||
/* App Settings ------------------------------------------------------------- */
|
||||
#app-settings-header {
|
||||
border-color: #706f6e; }
|
||||
|
@ -1200,6 +1196,14 @@ td.date, td.date > span {
|
|||
#link {
|
||||
border-color: #706f6e; }
|
||||
|
||||
/* Log reader --------------------------------------------------------------- */
|
||||
#logreader-root table tbody tr td {
|
||||
border-bottom-color: #706f6e;
|
||||
background-color: #31363b !important; }
|
||||
#logreader-root table thead th {
|
||||
color: #eff0f1;
|
||||
border-bottom-color: #706f6e; }
|
||||
|
||||
/* Notifications ----------------------------------------------------------- */
|
||||
#notification {
|
||||
background-color: #31363b;
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -21,6 +21,7 @@
|
|||
@import 'apps/files';
|
||||
@import 'apps/first-run-wizard';
|
||||
@import 'apps/gallery';
|
||||
@import 'apps/log-reader';
|
||||
@import 'apps/notifications';
|
||||
// 3rd party apps
|
||||
@import 'apps/news';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue