更新样式:微调网站设置下的cache-item样式
This commit is contained in:
parent
eace4178bd
commit
d7dfc7a97e
|
@ -118,7 +118,7 @@ a, a:hover, a:focus {
|
|||
|
||||
.nav .dropdown-footer {
|
||||
padding: 6px 0;
|
||||
background-color: #f1f2f7;
|
||||
background-color: rgba(0, 0, 0, 0.1);
|
||||
border-bottom-left-radius: 4px;
|
||||
border-bottom-right-radius: 4px;
|
||||
}
|
||||
|
@ -130,8 +130,8 @@ a, a:hover, a:focus {
|
|||
font-size: 0.75rem;
|
||||
}
|
||||
|
||||
.nav .dropdown-item:nth-of-type(odd) {
|
||||
background-color: #F7F8F9;
|
||||
.nav .dropdown-item:nth-of-type(odd), .cache-item:nth-of-type(odd) {
|
||||
background-color: rgba(0, 0, 0, 0.05);
|
||||
}
|
||||
|
||||
.nav .dropdown-item:hover {
|
||||
|
@ -306,10 +306,6 @@ label.dropdown-item:first-child {
|
|||
border-bottom: 1px solid #EBEBEB;
|
||||
}
|
||||
|
||||
.cache-item:nth-of-type(odd) {
|
||||
background-color: #F7F8F9;
|
||||
}
|
||||
|
||||
.cache-item:last-child {
|
||||
border-bottom: none;
|
||||
margin-bottom: 15px;
|
||||
|
|
Loading…
Reference in New Issue