mirror of
https://github.com/lxsang/antos-frontend.git
synced 2025-07-13 05:04:22 +02:00
Support pinned app in dock + remove old pinned apps UI
This commit is contained in:
@ -9,11 +9,18 @@ afx-apps-dock{
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
afx-apps-dock afx-button > button:hover {
|
||||
background-color: #3f3e3e;
|
||||
}
|
||||
afx-apps-dock afx-button.plural > button:hover
|
||||
{
|
||||
border-top: 3px double #646363;
|
||||
}
|
||||
afx-apps-dock afx-button.selected > button {
|
||||
background-color: #464646;
|
||||
color: white;
|
||||
border: 0;
|
||||
border-bottom: 3px solid #bb86fc;
|
||||
border-bottom: 2px solid #bb86fc;
|
||||
}
|
||||
afx-apps-dock afx-button.plural.selected > button {
|
||||
border-top: 3px double #646363;
|
||||
|
@ -4,14 +4,19 @@ afx-sys-panel > div{
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
afx-sys-panel .afx-panel-os-menu li
|
||||
afx-sys-panel .afx-panel-os-menu button
|
||||
{
|
||||
background-color: #e7414d;
|
||||
border-radius: 0;
|
||||
border: 0;
|
||||
}
|
||||
|
||||
afx-sys-panel .afx-panel-os-menu button .label-text
|
||||
{
|
||||
font-weight: bold;
|
||||
background-color: #e7414d;
|
||||
border-top-right-radius: 9px;
|
||||
border-bottom-right-radius: 9px;
|
||||
}
|
||||
afx-sys-panel .afx-panel-os-menu a {
|
||||
|
||||
afx-sys-panel .afx-panel-os-menu {
|
||||
color: white;
|
||||
}
|
||||
|
||||
|
@ -8,11 +8,18 @@ afx-apps-dock{
|
||||
border-right:1px solid #a6a6a6;
|
||||
box-shadow: none;
|
||||
}
|
||||
afx-apps-dock afx-button > button:hover {
|
||||
background-color: #cecece;
|
||||
}
|
||||
afx-apps-dock afx-button.plural > button:hover
|
||||
{
|
||||
border-top: 3px double #a6a6a6;
|
||||
}
|
||||
afx-apps-dock afx-button.selected > button {
|
||||
background-color: #2786F3;
|
||||
color: white;
|
||||
border: 0;
|
||||
border-bottom: 3px solid salmon;
|
||||
border-bottom: 2px solid salmon;
|
||||
|
||||
}
|
||||
afx-apps-dock afx-button.plural.selected > button {
|
||||
|
@ -3,15 +3,19 @@ afx-sys-panel > div{
|
||||
border-top: 1px solid #9c9C9C;
|
||||
box-shadow:none;
|
||||
}
|
||||
afx-sys-panel .afx-panel-os-menu button
|
||||
{
|
||||
background-color: #e7414d;
|
||||
border-radius: 0;
|
||||
border: 0;
|
||||
}
|
||||
|
||||
afx-sys-panel .afx-panel-os-menu li
|
||||
afx-sys-panel .afx-panel-os-menu button .label-text
|
||||
{
|
||||
font-weight: bold;
|
||||
background-color: #e7414d;
|
||||
border-top-right-radius: 9px;
|
||||
border-bottom-right-radius: 9px;
|
||||
}
|
||||
afx-sys-panel .afx-panel-os-menu a {
|
||||
|
||||
afx-sys-panel .afx-panel-os-menu {
|
||||
color: white;
|
||||
}
|
||||
|
||||
@ -96,7 +100,7 @@ afx-sys-panel div[data-id="searchicon"]:before{
|
||||
}
|
||||
afx-sys-panel input{
|
||||
border:0;
|
||||
height: 25px;
|
||||
height: 30px;
|
||||
color:#afafaf;
|
||||
font-size: 16px;
|
||||
background-color: transparent;
|
||||
|
@ -15,6 +15,11 @@ afx-sys-panel > div{
|
||||
height: 35px;
|
||||
}
|
||||
|
||||
afx-sys-panel afx-apps-dock
|
||||
{
|
||||
flex:1;
|
||||
}
|
||||
|
||||
afx-sys-panel afx-overlay
|
||||
{
|
||||
bottom: 35px;
|
||||
@ -68,17 +73,11 @@ afx-sys-panel > div.loading::before {
|
||||
afx-sys-panel .afx-panel-os-menu {
|
||||
padding:0;
|
||||
margin: 0;
|
||||
margin-right: 5px;
|
||||
}
|
||||
|
||||
afx-sys-panel .afx-panel-os-stray{
|
||||
position: relative;
|
||||
}
|
||||
|
||||
afx-sys-panel .afx-panel-os-pinned-app afx-menu-entry{
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
afx-sys-panel afx-menu.afx-panel-os-stray afx-menu {
|
||||
right: 0;
|
||||
position: absolute;
|
||||
|
Reference in New Issue
Block a user