From 3ef4970e388cb9d6e017c6272be9e0871d3f9ac5 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Thu, 28 Jul 2022 20:19:17 +0200 Subject: [PATCH] make "clear all notifications" more prominent --- files/assets/css/main.css | 7 +++++++ files/templates/notifications.html | 2 +- files/templates/util/assetcache.html | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/files/assets/css/main.css b/files/assets/css/main.css index 10077ae6b..613ff956c 100644 --- a/files/assets/css/main.css +++ b/files/assets/css/main.css @@ -6159,3 +6159,10 @@ g { .user-info { overflow: hidden; } + +.btn-rainbow { + color:white!important; + background: -moz-linear-gradient(180deg, red, orange, yellow, green, blue, indigo, violet); + background: -webkit-linear-gradient(left, red, orange, yellow, green, blue, indigo, violet ); + text-shadow:-2px -1px 0 black,2px -2px 0 black,-2px 2px 0 black,2px 2px 0 black; +} \ No newline at end of file diff --git a/files/templates/notifications.html b/files/templates/notifications.html index cd7875f58..cb42c7d01 100644 --- a/files/templates/notifications.html +++ b/files/templates/notifications.html @@ -55,7 +55,7 @@ -Clear all notifications +Clear all notifications
diff --git a/files/templates/util/assetcache.html b/files/templates/util/assetcache.html index f30aad0fc..b3deac322 100644 --- a/files/templates/util/assetcache.html +++ b/files/templates/util/assetcache.html @@ -1,6 +1,6 @@ {%- set CACHE_VER = { - 'css/main.css': 430, + 'css/main.css': 431, 'css/catalog.css': 2, 'css/4chan.css': 61,