mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-11-02 20:00:26 +08:00
57 lines
1.3 KiB
CSS
Executable File
57 lines
1.3 KiB
CSS
Executable File
/**
|
|
* This theme is an example to show how you can create your own.
|
|
*/
|
|
.pika-single.dark-theme {
|
|
color: #fff;
|
|
background: #333;
|
|
border: 1px solid #666;
|
|
border-bottom-color: #999;
|
|
}
|
|
|
|
.dark-theme .pika-label {
|
|
background-color: #333;
|
|
}
|
|
|
|
.dark-theme .pika-prev,
|
|
.dark-theme .is-rtl .pika-next {
|
|
background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAQAAACGG/bgAAAAQ0lEQVR4Ae3KIQ4AIBTD0N0/IeHGI3UIRA3ut/Zl+ltXc5++htVAmIAwAWECwgSEKbgthEoIlRAqIVRCqINQB9nDgQd7ktwFo6UpWQAAAABJRU5ErkJggg==');
|
|
}
|
|
|
|
.dark-theme .pika-next,
|
|
.dark-theme .is-rtl .pika-prev {
|
|
background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAQAAACGG/bgAAAAP0lEQVQ4y+3TMQoAMAgEwfwfAvvjTZ1uGzuvHhBPPGczEG+FRqqRaqQaqUaqkX6QBmmjacvQ6qEVTjsh+xizebvlaWptGXZAAAAAAElFTkSuQmCC');
|
|
}
|
|
|
|
.dark-theme .pika-table th {
|
|
color: #999;
|
|
}
|
|
|
|
.dark-theme .pika-button {
|
|
color: #fff;
|
|
background: #222;
|
|
}
|
|
|
|
.dark-theme .pika-week {
|
|
color: #999;
|
|
}
|
|
|
|
.dark-theme .is-today .pika-button {
|
|
color: #33aaff;
|
|
}
|
|
|
|
.dark-theme .is-selected .pika-button {
|
|
color: #fff;
|
|
background: #33aaff;
|
|
box-shadow: inset 0 1px 3px #178fe5;
|
|
}
|
|
|
|
.dark-theme .is-disabled .pika-button {
|
|
color: #999;
|
|
opacity: .3;
|
|
}
|
|
|
|
.dark-theme .pika-button:hover {
|
|
color: #fff !important;
|
|
background: #ff8000 !important;
|
|
}
|