diff --git a/CSS/themes/resilio-sync/dark.css b/CSS/themes/resilio-sync/dark.css index fca14abd..ae95c2e1 100644 --- a/CSS/themes/resilio-sync/dark.css +++ b/CSS/themes/resilio-sync/dark.css @@ -12,7 +12,7 @@ /* https://github.com/gilbN/theme.park */ /* RESILIO-SYNC DARK THEME */ -@import url(https://gilbn.github.io/theme.park/CSS/themes/resilio-sync/resilio-sync-base.css); +@import url(https://gilbn.github.io/theme.park/CSS/themes/resilio-sync/resilio-base.css); :root { --main-bg-color: radial-gradient(circle, #3a3a3a, #2d2d2d, #202020, #141414, #000000) center center/cover no-repeat fixed; --modal-bg-color: radial-gradient(circle , #3a3a3a, #2d2d2d, #202020, #141414, #000000) center center/cover no-repeat fixed; diff --git a/CSS/themes/resilio-sync/hotline.css b/CSS/themes/resilio-sync/hotline.css index 96d1db76..7aedbeea 100644 --- a/CSS/themes/resilio-sync/hotline.css +++ b/CSS/themes/resilio-sync/hotline.css @@ -12,7 +12,7 @@ /* https://github.com/gilbN/theme.park */ /* RESILIO-SYNC HOTLINE THEME */ -@import url(https://gilbn.github.io/theme.park/CSS/themes/resilio-sync/resilio-sync-base.css); +@import url(https://gilbn.github.io/theme.park/CSS/themes/resilio-sync/resilio-base.css); :root { --main-bg-color: radial-gradient(ellipse at center, #F44336 0%, #0b3161 100%) center center/cover no-repeat fixed; --modal-bg-color: radial-gradient(ellipse at top, #F44336 0%, #0b3161 100%) center center/cover no-repeat fixed; diff --git a/CSS/themes/resilio-sync/plex.css b/CSS/themes/resilio-sync/plex.css index 5f318d02..cdc8317f 100644 --- a/CSS/themes/resilio-sync/plex.css +++ b/CSS/themes/resilio-sync/plex.css @@ -12,7 +12,7 @@ /* https://github.com/gilbN/theme.park */ /* RESILIO-SYNC PLEX THEME */ -@import url(https://gilbn.github.io/theme.park/CSS/themes/resilio-sync/resilio-sync-base.css); +@import url(https://gilbn.github.io/theme.park/CSS/themes/resilio-sync/resilio-base.css); :root { --main-bg-color: url("https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/blur-noise.png"), url("https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/preset-light2.png") center center/cover no-repeat fixed; --modal-bg-color: url("https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/blur-noise.png"), url("https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/preset-dark2.png") center center/cover no-repeat fixed; diff --git a/CSS/themes/resilio-sync/resilio-sync-base.css b/CSS/themes/resilio-sync/resilio-base.css similarity index 99% rename from CSS/themes/resilio-sync/resilio-sync-base.css rename to CSS/themes/resilio-sync/resilio-base.css index 1f40a227..111d5278 100644 --- a/CSS/themes/resilio-sync/resilio-sync-base.css +++ b/CSS/themes/resilio-sync/resilio-base.css @@ -524,7 +524,10 @@ ul.jqueryFileTree a:hover { text-decoration: underline; color: var(--text-hover); } - +#my-devices .my-devices .info-button:hover { + background-color: var(--button-color-hover); + color: var(--button-text); +} /* BUTTONS */ .btn { border-color: var(--button-color); diff --git a/CSS/themes/resilio-sync/space-gray.css b/CSS/themes/resilio-sync/space-gray.css index 6016ab71..ef037fba 100644 --- a/CSS/themes/resilio-sync/space-gray.css +++ b/CSS/themes/resilio-sync/space-gray.css @@ -12,7 +12,7 @@ /* https://github.com/gilbN/theme.park */ /* RESILIO-SYNC SPACE GRAY THEME */ -@import url(https://gilbn.github.io/theme.park/CSS/themes/resilio-sync/resilio-sync-base.css); +@import url(https://gilbn.github.io/theme.park/CSS/themes/resilio-sync/resilio-base.css); :root { --main-bg-color: radial-gradient( ellipse at center, rgba(87,108,117,1) 0%, rgba(37,50,55,1) 100.2% ) center center/cover no-repeat fixed; --modal-bg-color: radial-gradient( ellipse at top, rgba(87,108,117,1) 0%, rgba(37,50,55,1) 100.2% ) center center/cover no-repeat fixed;