parent
a8ac334ed5
commit
d35a785959
@ -1840,7 +1840,6 @@ dialog {
|
|||||||
margin-bottom: .2em;
|
margin-bottom: .2em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.status_trash header, .status_trash footer,
|
|
||||||
.status_draft header, .status_draft footer {
|
.status_draft header, .status_draft footer {
|
||||||
background: repeating-linear-gradient(
|
background: repeating-linear-gradient(
|
||||||
45deg,
|
45deg,
|
||||||
@ -1851,3 +1850,14 @@ dialog {
|
|||||||
),
|
),
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.status_trash header, .status_trash footer {
|
||||||
|
background: repeating-linear-gradient(
|
||||||
|
45deg,
|
||||||
|
rgba(160, 80, 80, 0.1),
|
||||||
|
rgba(160, 80, 80, 0.1) 10px,
|
||||||
|
rgba(160, 80, 80, 0.25) 10px,
|
||||||
|
rgba(160, 80, 80, 0.25) 20px
|
||||||
|
),
|
||||||
|
|
||||||
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user