mirror of
https://github.com/algerkong/AlgerMusicPlayer.git
synced 2026-04-03 14:20:50 +08:00
37 lines
988 B
CSS
37 lines
988 B
CSS
#title-bar[data-v-6ad4ce60] {
|
|
-webkit-app-region: drag;
|
|
position: relative;
|
|
display: flex;
|
|
-webkit-user-select: none;
|
|
-moz-user-select: none;
|
|
user-select: none;
|
|
justify-content: space-between;
|
|
padding-left: 1.5rem;
|
|
padding-right: 1.5rem;
|
|
padding-top: 0.5rem;
|
|
padding-bottom: 0.5rem;
|
|
--tw-text-opacity: 1;
|
|
color: rgb(0 0 0 / var(--tw-text-opacity, 1));
|
|
}#title-bar[data-v-6ad4ce60]:is(.dark *) {
|
|
--tw-text-opacity: 1;
|
|
color: rgb(255 255 255 / var(--tw-text-opacity, 1));
|
|
}#title-bar[data-v-6ad4ce60] {
|
|
z-index: 9999999;
|
|
}
|
|
#buttons[data-v-6ad4ce60] {
|
|
display: flex;
|
|
gap: 1rem;
|
|
-webkit-app-region: no-drag;
|
|
}
|
|
button[data-v-6ad4ce60] {
|
|
--tw-text-opacity: 1;
|
|
color: rgb(75 85 99 / var(--tw-text-opacity, 1));
|
|
}
|
|
button[data-v-6ad4ce60]:hover {
|
|
--tw-text-opacity: 1;
|
|
color: rgb(34 197 94 / var(--tw-text-opacity, 1));
|
|
}
|
|
button[data-v-6ad4ce60]:is(.dark *) {
|
|
--tw-text-opacity: 1;
|
|
color: rgb(156 163 175 / var(--tw-text-opacity, 1));
|
|
} |