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