WebSockets: change mixer-demo color palette to look closer to Ardour's default skin
This commit is contained in:
parent
137042f80c
commit
1a6997e0c8
@ -3,7 +3,7 @@ html {
|
||||
}
|
||||
|
||||
body {
|
||||
background: #282923;
|
||||
background: rgb(62,61,61);
|
||||
color: rgb(248,248,242);
|
||||
font-family: Helvetica, Arial, sans-serif;
|
||||
height: 100%;
|
||||
@ -42,7 +42,6 @@ div {
|
||||
}
|
||||
|
||||
#top > span {
|
||||
opacity: 0.75;
|
||||
margin-left: 12px;
|
||||
}
|
||||
|
||||
@ -70,7 +69,7 @@ div {
|
||||
}
|
||||
|
||||
.message-in {
|
||||
color: rgb(166,226,44);
|
||||
color: rgb(248,248,242);
|
||||
}
|
||||
|
||||
.message-out {
|
||||
|
@ -8,7 +8,7 @@
|
||||
}
|
||||
|
||||
.widget-switch:checked {
|
||||
background: rgb(235,141,33);
|
||||
background: rgb(72,89,118);
|
||||
}
|
||||
|
||||
.widget-slider {
|
||||
@ -29,8 +29,9 @@
|
||||
height: 36px;
|
||||
width: 36px;
|
||||
margin-top: -16px;
|
||||
border: 3.5px solid rgb(248,248,242);
|
||||
border-radius: 50%;
|
||||
background: rgb(235,141,33);
|
||||
background: rgb(72,89,118);
|
||||
}
|
||||
|
||||
/* repeat slider style for firefox */
|
||||
@ -45,6 +46,7 @@
|
||||
height: 36px;
|
||||
width: 36px;
|
||||
margin-top: -16px;
|
||||
border: 3.5px solid rgb(248,248,242);
|
||||
border-radius: 50%;
|
||||
background: rgb(235,141,33);
|
||||
background: rgb(72,89,118);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user