summaryrefslogtreecommitdiffstats
path: root/apps/updatenotification/css/admin.scss
diff options
context:
space:
mode:
authorMorris Jobke <hey@morrisjobke.de>2018-11-19 16:05:50 +0100
committerGitHub <noreply@github.com>2018-11-19 16:05:50 +0100
commit1d8f7e7806aaa05daca39a98c174e4eff04e3e36 (patch)
tree4100626a3e5f98a36bafee68865e039aee9d908a /apps/updatenotification/css/admin.scss
parent7ea7eb0b4a34e940257078d72909552b90f8f6af (diff)
parente7d565178131510c5081fe7a54c92d59d4ea13c3 (diff)
downloadnextcloud-server-1d8f7e7806aaa05daca39a98c174e4eff04e3e36.tar.gz
nextcloud-server-1d8f7e7806aaa05daca39a98c174e4eff04e3e36.zip
Merge pull request #12525 from nextcloud/contrast-fix-updatenotifications
Fix updatenotifications display, dependencies and csp
Diffstat (limited to 'apps/updatenotification/css/admin.scss')
-rw-r--r--apps/updatenotification/css/admin.scss53
1 files changed, 53 insertions, 0 deletions
diff --git a/apps/updatenotification/css/admin.scss b/apps/updatenotification/css/admin.scss
new file mode 100644
index 00000000000..d975ee9658d
--- /dev/null
+++ b/apps/updatenotification/css/admin.scss
@@ -0,0 +1,53 @@
+#updatenotification {
+ margin-top: -25px;
+ div.update,
+ p:not(.inlineblock) {
+ margin-bottom: 25px;
+ }
+ h2.inlineblock {
+ margin-top: 25px;
+ }
+ h3 {
+ cursor: pointer;
+ .icon {
+ cursor: pointer;
+ }
+ &:first-of-type {
+ margin-top: 0;
+ }
+ }
+ .icon {
+ display: inline-block;
+ margin-bottom: -3px;
+ }
+ .icon-triangle-s, .icon-triangle-n {
+ opacity: 0.5;
+ }
+ .channel-description span {
+ color: var(--color-text-lighter);
+ strong {
+ color: var(--color-main-text);
+ font-weight: normal;
+ }
+ }
+ .warning {
+ color: var(--color-error);
+ }
+ .whatsNew {
+ display: inline-block;
+ }
+ .toggleWhatsNew {
+ position: relative;
+ }
+ .popovermenu {
+ p {
+ margin-bottom: 0;
+ width: 100%;
+ }
+ margin-top: 5px;
+ width: 300px;
+ }
+ .applist {
+ margin-bottom: 25px;
+ }
+} \ No newline at end of file