mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2025-06-05 21:59:24 +02:00
Pin coloring
This commit is contained in:
@@ -350,6 +350,10 @@ input[type="range"]::-ms-fill-upper {
|
|||||||
display: inline-block;
|
display: inline-block;
|
||||||
transition: left 0.5s;
|
transition: left 0.5s;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
filter: brightness(85%);
|
||||||
|
}
|
||||||
|
.pinned .menu_pin {
|
||||||
|
filter: brightness(200%);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -815,6 +819,10 @@ input[type="range"]::-ms-fill-upper {
|
|||||||
display: inline-block;
|
display: inline-block;
|
||||||
transition: left 0.5s;
|
transition: left 0.5s;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
filter: brightness(85%);
|
||||||
|
}
|
||||||
|
.pinned .story_menu_pin {
|
||||||
|
filter: brightness(200%);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user