mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
Calendar CSS styles
This commit is contained in:
parent
c51c00f974
commit
0304c1f18e
@ -6,7 +6,7 @@
|
||||
|
||||
/* Calendar background */
|
||||
table.scw {
|
||||
background-color: #82b92e;
|
||||
background-color: var(--secondary-color);
|
||||
border: 0 !important;
|
||||
border-radius: 4px;
|
||||
}
|
||||
@ -65,3 +65,19 @@ td.scwFoot {
|
||||
color: #3c3c3c !important;
|
||||
border: 0 !important;
|
||||
}
|
||||
|
||||
.scwHead input {
|
||||
line-height: 6px;
|
||||
padding-left: 5px;
|
||||
background-color: #000;
|
||||
color: #cccccc;
|
||||
}
|
||||
|
||||
.scwHead input:hover {
|
||||
background-color: #cccccc;
|
||||
color: #000;
|
||||
}
|
||||
|
||||
table.scw {
|
||||
border: 2px solid #c0ccdc;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user