Edit dropdown button.
This commit is contained in:
parent
82e47edc5c
commit
e57433384b
1 changed files with 6 additions and 1 deletions
|
@ -998,7 +998,7 @@ input[type=range].web-slider::-webkit-slider-runnable-track {
|
|||
}
|
||||
|
||||
.app-chrome .app-chrome-item > .app-mainmenu {
|
||||
width: 116px;
|
||||
width: 110px;
|
||||
font-size: 13px;
|
||||
background: url("./assets/AppChromeBtn.svg");
|
||||
background-size: contain;
|
||||
|
@ -1007,6 +1007,7 @@ input[type=range].web-slider::-webkit-slider-runnable-track {
|
|||
height: 70%;
|
||||
margin-right: 16px;
|
||||
margin-left: 16px;
|
||||
margin-top: 1.5px;
|
||||
border: 0px;
|
||||
border-radius: 6px;
|
||||
|
||||
|
@ -1017,6 +1018,10 @@ input[type=range].web-slider::-webkit-slider-runnable-track {
|
|||
&:active, &.active {
|
||||
background-color: var(--selected-click);
|
||||
}
|
||||
|
||||
&.active {
|
||||
background: url("./assets/AppChromeBtn-Open.svg");
|
||||
}
|
||||
}
|
||||
|
||||
.app-chrome .app-chrome-item > .window-controls {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue