|
|
| 第14行: |
第14行: |
| color: #1e0c1b; | | color: #1e0c1b; |
| } | | } |
| .cosmos-bannerOption-icon {
| | |
| display: flex;
| |
| height: 28px;
| |
| place-items: center center;
| |
| fill: none;
| |
| stroke: #1e0c1b;
| |
| stroke-width: 2px;
| |
| }
| |
| #pt-notifications-alert .mw-echo-notifications-badge, #pt-notifications-notice .mw-echo-notifications-badge {
| |
| width: 20px;
| |
| height: 20px;
| |
| }
| |
| #cosmos-notification-icons {
| |
| padding: 5px 5px 5px 0px;
| |
| }
| |
| .cosmos-bannerOption-icon svg {
| |
| width: 21px;
| |
| height: 21px;
| |
| }
| |
| body:not(.skin-vector-2022) #pt-notifications-alert .mw-echo-notifications-badge.mw-echo-notifications-badge-all-read, body:not(.skin-vector-2022) #pt-notifications-notice .mw-echo-notifications-badge.mw-echo-notifications-badge-all-read {
| |
| opacity: 1;
| |
| fill: #000;
| |
| filter: drop-shadow( 1px 0 0 black)
| |
| drop-shadow(-1px 0 0 black)
| |
| drop-shadow( 0 1px 0 black)
| |
| drop-shadow( 0 -1px 0 black);
| |
| }
| |
| }} | | }} |