From 663fd9701e2cd58e1219616781c926a0b7e6d3ba Mon Sep 17 00:00:00 2001 From: Julian Prieber <60265788+JulianPrieber@users.noreply.github.com> Date: Mon, 30 May 2022 22:20:43 +0200 Subject: [PATCH] Updated included Theme "Galaxy" --- themes/galaxy/brands.css | 6 ++++++ themes/galaxy/readme.md | 4 ++-- themes/galaxy/skeleton-auto.css | 3 ++- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/themes/galaxy/brands.css b/themes/galaxy/brands.css index ac49e05..4dfea9c 100644 --- a/themes/galaxy/brands.css +++ b/themes/galaxy/brands.css @@ -70,4 +70,10 @@ -webkit-filter: grayscale(100%); -moz-filter: grayscale(100%); filter: grayscale(100%); +} + +.button:hover .icon { + -webkit-filter: invert(100%) grayscale(100%); + -moz-filter: invert(100%) grayscale(100%); + filter: invert(100%) grayscale(100%); } \ No newline at end of file diff --git a/themes/galaxy/readme.md b/themes/galaxy/readme.md index 135705b..25d2c0e 100644 --- a/themes/galaxy/readme.md +++ b/themes/galaxy/readme.md @@ -2,8 +2,8 @@ Find more themes: https://github.com/JulianPrieber/llc-themes * Theme Name: Galaxy -* Theme Version: 1.0 -* Theme Date: 2022-05-19 +* Theme Version: 1.2 +* Theme Date: 2022-05-30 * Theme Author: JulianPrieber * Theme Author URI: https://github.com/JulianPrieber * Theme License: GPLv3 diff --git a/themes/galaxy/skeleton-auto.css b/themes/galaxy/skeleton-auto.css index 1333890..3da3782 100644 --- a/themes/galaxy/skeleton-auto.css +++ b/themes/galaxy/skeleton-auto.css @@ -170,7 +170,8 @@ –––––––––––––––––––––––––––––––––––––––––––––––––– */ button, .button { - margin-bottom: 1rem; } + margin-bottom: 1rem; + display: block !important; } input, textarea, select,