removed user button, made cider logo a button. deleted some unused files
This commit is contained in:
parent
9e00268ea6
commit
361fe5c8ae
9 changed files with 138 additions and 2296 deletions
|
@ -664,7 +664,7 @@ input[type=range].web-slider::-webkit-slider-runnable-track {
|
|||
}
|
||||
|
||||
.usermenu-container {
|
||||
bottom: 66px;
|
||||
top: 0px;
|
||||
#cmenu.container();
|
||||
|
||||
.usermenu-body {
|
||||
|
@ -995,18 +995,26 @@ input[type=range].web-slider::-webkit-slider-runnable-track {
|
|||
height: 100%;
|
||||
}
|
||||
|
||||
.app-chrome .app-chrome-item > .app-title {
|
||||
width: 100px;
|
||||
.app-chrome .app-chrome-item > .app-mainmenu {
|
||||
width: 116px;
|
||||
font-size: 13px;
|
||||
background: url("./AppHeader.svg");
|
||||
background-size: 95px;
|
||||
background: url("./assets/AppChromeBtn.svg");
|
||||
background-size: contain;
|
||||
background-repeat: no-repeat;
|
||||
background-position: center;
|
||||
height: 100%;
|
||||
height: 70%;
|
||||
margin-right: 16px;
|
||||
margin-left: 16px;
|
||||
image-rendering: -webkit-optimize-contrast;
|
||||
-webkit-app-region: drag;
|
||||
border: 0px;
|
||||
border-radius: 6px;
|
||||
|
||||
&:hover {
|
||||
background-color: var(--selected);
|
||||
}
|
||||
|
||||
&:active, &.active {
|
||||
background-color: var(--selected-click);
|
||||
}
|
||||
}
|
||||
|
||||
.app-chrome .app-chrome-item > .window-controls {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue