Clear cache on relaod
This commit is contained in:
23
popup.css
23
popup.css
@@ -20,6 +20,12 @@ body {
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
.header-actions {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 8px;
|
||||
}
|
||||
|
||||
.popup-header h1 {
|
||||
margin: 0;
|
||||
font-size: 0;
|
||||
@@ -43,12 +49,29 @@ body {
|
||||
transition: all 120ms ease;
|
||||
}
|
||||
|
||||
#clearBtn {
|
||||
border: 1px solid #3f2a2a;
|
||||
background: #1c1111;
|
||||
color: #dcb9b9;
|
||||
border-radius: 999px;
|
||||
cursor: pointer;
|
||||
padding: 6px 10px;
|
||||
font-size: 12px;
|
||||
transition: all 120ms ease;
|
||||
}
|
||||
|
||||
#openHistoryBtn:hover {
|
||||
border-color: #3c5342;
|
||||
color: #e3f3e7;
|
||||
background: #151d18;
|
||||
}
|
||||
|
||||
#clearBtn:hover {
|
||||
border-color: #6b4444;
|
||||
color: #f3d7d7;
|
||||
background: #241515;
|
||||
}
|
||||
|
||||
.status {
|
||||
margin: 8px 0 12px;
|
||||
color: #829589;
|
||||
|
||||
Reference in New Issue
Block a user