mirror of
https://github.com/mediacms-io/mediacms.git
synced 2025-12-17 00:52:30 -05:00
Update segment color schemes in video and chapters editor.
This commit is contained in:
@@ -92,12 +92,12 @@
|
||||
}
|
||||
|
||||
.modal-button-primary {
|
||||
background-color: #0066cc;
|
||||
background-color: #059669;
|
||||
color: white;
|
||||
}
|
||||
|
||||
.modal-button-primary:hover {
|
||||
background-color: #0055aa;
|
||||
background-color: #059669;
|
||||
}
|
||||
|
||||
.modal-button-secondary {
|
||||
@@ -138,7 +138,7 @@
|
||||
.spinner {
|
||||
border: 4px solid rgba(0, 0, 0, 0.1);
|
||||
border-radius: 50%;
|
||||
border-top: 4px solid #0066cc;
|
||||
border-top: 4px solid #059669;
|
||||
width: 30px;
|
||||
height: 30px;
|
||||
animation: spin 1s linear infinite;
|
||||
@@ -224,7 +224,7 @@
|
||||
padding: 12px 16px;
|
||||
border: none;
|
||||
border-radius: 4px;
|
||||
background-color: #0066cc;
|
||||
background-color: #059669;
|
||||
text-align: center;
|
||||
cursor: pointer;
|
||||
transition: all 0.2s;
|
||||
@@ -258,12 +258,12 @@
|
||||
margin: 0 auto;
|
||||
width: auto;
|
||||
min-width: 220px;
|
||||
background-color: #0066cc;
|
||||
background-color: #059669;
|
||||
color: white;
|
||||
}
|
||||
|
||||
.centered-choice:hover {
|
||||
background-color: #0055aa;
|
||||
background-color: #059669;
|
||||
}
|
||||
|
||||
@media (max-width: 480px) {
|
||||
@@ -300,7 +300,7 @@
|
||||
|
||||
.countdown {
|
||||
font-weight: bold;
|
||||
color: #0066cc;
|
||||
color: #059669;
|
||||
font-size: 1.1rem;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user