mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 00:04:37 +02:00
#12166 fixed calendar button and border styles
This commit is contained in:
parent
7408da9a5a
commit
a685a04493
@ -183,7 +183,7 @@ a.ui-state-default > span:hover {
|
|||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
width: 350px !important;
|
width: 350px !important;
|
||||||
border: 2px solid var(--primary-color);
|
border: 1px solid #c5c5c5;
|
||||||
}
|
}
|
||||||
.ui-datepicker .ui-datepicker-header {
|
.ui-datepicker .ui-datepicker-header {
|
||||||
position: relative;
|
position: relative;
|
||||||
@ -345,12 +345,20 @@ input[type="submit"].ui-button-dialog {
|
|||||||
width: 90px;
|
width: 90px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.ui-priority-primary,
|
.ui-priority-primary {
|
||||||
|
background-color: var(--primary-color) !important;
|
||||||
|
color: #fff !important;
|
||||||
|
border: 2px solid var(--primary-color) !important;
|
||||||
|
box-shadow: none !important;
|
||||||
|
border-radius: 8px !important;
|
||||||
|
}
|
||||||
|
|
||||||
.ui-priority-secondary {
|
.ui-priority-secondary {
|
||||||
background-color: #fff !important;
|
background-color: var(--secondary-color) !important;
|
||||||
color: var(--primary-color) !important;
|
color: var(--primary-color) !important;
|
||||||
border: 2px solid var(--primary-color) !important;
|
border: 2px solid var(--primary-color) !important;
|
||||||
box-shadow: none !important;
|
box-shadow: none !important;
|
||||||
|
border-radius: 8px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.ui-timepicker-div > dl dt,
|
.ui-timepicker-div > dl dt,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user