30 lines
564 B
Plaintext
30 lines
564 B
Plaintext
/* Archived Items Polish */
|
|
#archive-list {
|
|
list-style: none;
|
|
padding: 0;
|
|
margin: 0;
|
|
width: 100%;
|
|
}
|
|
|
|
#archive-list .rule-item {
|
|
opacity: 0.85;
|
|
background: rgba(248, 250, 252, 0.6);
|
|
border-style: dashed;
|
|
padding: 10px 12px !important;
|
|
width: 100% !important;
|
|
box-sizing: border-box !important;
|
|
margin-bottom: 10px;
|
|
margin-left: 0 !important;
|
|
}
|
|
|
|
#archive-list .rule-info {
|
|
filter: grayscale(0.4);
|
|
flex: 1;
|
|
}
|
|
|
|
#archive-list .rule-item:hover {
|
|
opacity: 1;
|
|
background: #ffffff;
|
|
border-style: solid;
|
|
}
|