13
0

WebSockets: change mixer-demo color palette to look closer to Ardour's default skin

This commit is contained in:
Luciano Iam 2020-04-17 12:06:29 +02:00 committed by Robin Gareus
parent 137042f80c
commit 1a6997e0c8
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04
2 changed files with 7 additions and 6 deletions

View File

@ -3,7 +3,7 @@ html {
} }
body { body {
background: #282923; background: rgb(62,61,61);
color: rgb(248,248,242); color: rgb(248,248,242);
font-family: Helvetica, Arial, sans-serif; font-family: Helvetica, Arial, sans-serif;
height: 100%; height: 100%;
@ -42,7 +42,6 @@ div {
} }
#top > span { #top > span {
opacity: 0.75;
margin-left: 12px; margin-left: 12px;
} }
@ -70,7 +69,7 @@ div {
} }
.message-in { .message-in {
color: rgb(166,226,44); color: rgb(248,248,242);
} }
.message-out { .message-out {

View File

@ -8,7 +8,7 @@
} }
.widget-switch:checked { .widget-switch:checked {
background: rgb(235,141,33); background: rgb(72,89,118);
} }
.widget-slider { .widget-slider {
@ -29,8 +29,9 @@
height: 36px; height: 36px;
width: 36px; width: 36px;
margin-top: -16px; margin-top: -16px;
border: 3.5px solid rgb(248,248,242);
border-radius: 50%; border-radius: 50%;
background: rgb(235,141,33); background: rgb(72,89,118);
} }
/* repeat slider style for firefox */ /* repeat slider style for firefox */
@ -45,6 +46,7 @@
height: 36px; height: 36px;
width: 36px; width: 36px;
margin-top: -16px; margin-top: -16px;
border: 3.5px solid rgb(248,248,242);
border-radius: 50%; border-radius: 50%;
background: rgb(235,141,33); background: rgb(72,89,118);
} }