mirror of https://github.com/1099438829/macUI.git
修正通知颜色
This commit is contained in:
parent
7c2c5e740f
commit
63ccdffe8a
|
|
@ -481,7 +481,7 @@ body {
|
|||
}
|
||||
|
||||
#win10_command_center .command-body .notice .notice-header {
|
||||
background-color:#eff0f2;
|
||||
background-color:rgba(255,255,255,0.8);
|
||||
height: 25px;
|
||||
border-radius: 5px 5px 0 0;
|
||||
line-height: 25px;
|
||||
|
|
@ -504,7 +504,7 @@ body {
|
|||
}
|
||||
|
||||
#win10_command_center .command-body .notice .notice-body {
|
||||
background-color: #dee7e7;
|
||||
background-color: rgba(255,255,255,0.6);
|
||||
border-radius: 0 0 5px 5px;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue