CSS updates
This commit is contained in:
parent
d7d8cce878
commit
e0a4925210
|
@ -300,6 +300,15 @@ body {
|
|||
.reactions-bar__item.active {
|
||||
background-color: rgba(113, 28, 145, .7);
|
||||
}
|
||||
.reactions-bar__item {
|
||||
background: #091833;
|
||||
}
|
||||
.reactions-bar__item:hover {
|
||||
background: #711c91;
|
||||
}
|
||||
.reactions-bar__item__count {
|
||||
color: #0abdc6;
|
||||
}
|
||||
|
||||
/* 4. Main Columns */
|
||||
.column > .scrollable {
|
||||
|
@ -404,15 +413,6 @@ body {
|
|||
a.status-card.compact:hover {
|
||||
background-color: rgba(19, 62, 124, .6);
|
||||
}
|
||||
.reactions-bar__item {
|
||||
background: #091833;
|
||||
}
|
||||
.reactions-bar__item:hover {
|
||||
background: #711c91;
|
||||
}
|
||||
.reactions-bar__item__count {
|
||||
color: #0abdc6;
|
||||
}
|
||||
|
||||
/* 5. Notification Column */
|
||||
.status.status-direct:not(.read) {
|
||||
|
@ -477,6 +477,13 @@ a.status-card.compact:hover {
|
|||
|
||||
/* 6. Right bar */
|
||||
|
||||
.empty-column-indicator, .error-column, .follow_requests-unlocked_explanation {
|
||||
color: rgba(10, 189, 198, .6);
|
||||
}
|
||||
.follow_requests-unlocked_explanation {
|
||||
background: #000b1e;
|
||||
}
|
||||
|
||||
/* 6.1. Detailed views */
|
||||
.detailed-status {
|
||||
background: #000b1e;
|
||||
|
|
|
@ -1079,6 +1079,9 @@
|
|||
#app-mount > div:nth-child(4) > div:nth-child(2) > div.modal-3c3bKg.da-modal > div.inner-1ilYF7.da-inner > div > div.footer-3mqk7D.da-footer.hasSpoilers-1IRtQC.da-hasSpoilers > label > div.checkbox-1ix_J3.flexCenter-3_1bcw.flex-1O1GKY.justifyCenter-3D2jYp.alignCenter-1dQNNs.da-checkbox.da-flexCenter.da-flex.da-justifyCenter.da-alignCenter.box-mmYMsp.checked-3_4uQ9.da-checked > svg > g > polyline {
|
||||
stroke: #00ff00;
|
||||
}
|
||||
.theme-dark .uploadModal-2ifh8j {
|
||||
background-color: #091833;
|
||||
}
|
||||
|
||||
|
||||
/* 5.2. Nitro */
|
||||
|
|
Loading…
Reference in New Issue