diff --git a/public/css/modules/globals.css b/public/css/modules/globals.css index d2c4ca0..378e9ae 100644 --- a/public/css/modules/globals.css +++ b/public/css/modules/globals.css @@ -130,6 +130,16 @@ button[disabled] { opacity: 0.75; } +button.selective { + background-color: var(--main-background); + color: var(--main-text); +} + +button.selective.active { + background-color: var(--accent-color); + color: var(--accent-text); +} + input[type="text"], input[type="password"], input[type="number"] { @@ -158,4 +168,4 @@ input[type="number"] { height: 64px; width: 100%; margin-top: 24px; -} \ No newline at end of file +} diff --git a/public/css/modules/main-search.css b/public/css/modules/main-search.css index 6d96c84..5236b08 100644 --- a/public/css/modules/main-search.css +++ b/public/css/modules/main-search.css @@ -1,15 +1,4 @@ /* Main Search Tab */ - -.search_tablinks { - background-color: var(--main-background); - color: var(--main-text); -} - -.search_tablinks.active { - background-color: var(--accent-color); - color: var(--accent-text); -} - #main_search>.search_section { float: none; } @@ -70,4 +59,4 @@ .track_row>td>img { width: 32px; height: 32px; -} \ No newline at end of file +} diff --git a/public/css/modules/stackedTabs.css b/public/css/modules/stackedTabs.css new file mode 100644 index 0000000..1bb249d --- /dev/null +++ b/public/css/modules/stackedTabs.css @@ -0,0 +1,5 @@ +#artist_tab header{ + background-position: 0% 35%; + background-size: cover; + padding: 220px 24px 8px; +} diff --git a/public/css/style.css b/public/css/style.css index c756acc..23d57bf 100644 --- a/public/css/style.css +++ b/public/css/style.css @@ -3,6 +3,7 @@ @import 'modules/sidebar.css'; @import 'modules/middle-section.css'; @import 'modules/tabs.css'; +@import 'modules/stackedTabs.css'; @import 'modules/settings.css'; @import 'modules/main-search.css'; -@import 'modules/download-tab.css'; \ No newline at end of file +@import 'modules/download-tab.css'; diff --git a/public/index.html b/public/index.html index e05cb82..806da6b 100644 --- a/public/index.html +++ b/public/index.html @@ -247,17 +247,15 @@

Settings

About