first commit
This commit is contained in:
64
extension/content.css
Normal file
64
extension/content.css
Normal file
@@ -0,0 +1,64 @@
|
||||
.fb-tracker-ui {
|
||||
margin: 12px 0;
|
||||
padding: 10px;
|
||||
background: #f0f2f5;
|
||||
border-radius: 8px;
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
|
||||
}
|
||||
|
||||
.fb-tracker-status,
|
||||
.fb-tracker-add {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 8px;
|
||||
}
|
||||
|
||||
.fb-tracker-icon {
|
||||
font-size: 18px;
|
||||
}
|
||||
|
||||
.fb-tracker-text {
|
||||
flex: 1;
|
||||
font-size: 14px;
|
||||
color: #050505;
|
||||
font-weight: 500;
|
||||
}
|
||||
|
||||
.fb-tracker-status.complete .fb-tracker-text {
|
||||
color: #059669;
|
||||
}
|
||||
|
||||
.fb-tracker-count {
|
||||
padding: 6px 8px;
|
||||
border: 1px solid #ccd0d5;
|
||||
border-radius: 6px;
|
||||
font-size: 14px;
|
||||
background: white;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.fb-tracker-add-btn,
|
||||
.fb-tracker-check-btn {
|
||||
padding: 6px 16px;
|
||||
background: #1877f2;
|
||||
color: white;
|
||||
border: none;
|
||||
border-radius: 6px;
|
||||
font-size: 14px;
|
||||
font-weight: 600;
|
||||
cursor: pointer;
|
||||
transition: background 0.2s;
|
||||
}
|
||||
|
||||
.fb-tracker-add-btn:hover,
|
||||
.fb-tracker-check-btn:hover {
|
||||
background: #166fe5;
|
||||
}
|
||||
|
||||
.fb-tracker-check-btn {
|
||||
background: #059669;
|
||||
}
|
||||
|
||||
.fb-tracker-check-btn:hover {
|
||||
background: #047857;
|
||||
}
|
||||
Reference in New Issue
Block a user