mirror of
https://github.com/lxsang/antos-frontend.git
synced 2025-07-13 21:24:22 +02:00
Support pinned app in dock + remove old pinned apps UI
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user