mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-04 12:30:04 +01:00
Restyle date widget today's button
This commit is contained in:
parent
a35b7e578b
commit
921c2905ad
@ -4009,7 +4009,7 @@ body .flatpickr-calendar {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.flatpickr-calendar.open {
|
.flatpickr-calendar.open {
|
||||||
z-index: 1000;
|
z-index: 10000;
|
||||||
}
|
}
|
||||||
|
|
||||||
/** Holidays & birthdays **/
|
/** Holidays & birthdays **/
|
||||||
@ -4066,6 +4066,21 @@ div.flatpickr-calendar.inline .flatpickr-day:not(.today) {
|
|||||||
border: none;
|
border: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
button.shortcut-buttons-flatpickr-button:hover {
|
||||||
|
background-color: #eceef1;
|
||||||
|
}
|
||||||
|
|
||||||
|
button.shortcut-buttons-flatpickr-button {
|
||||||
|
background-color: white;
|
||||||
|
width: 100%;
|
||||||
|
height: 3em;
|
||||||
|
border: 1px solid #eceef1;
|
||||||
|
border-top: none;
|
||||||
|
color: #1d1d1d;
|
||||||
|
font-weight: 700;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
.selectedTreeRow {
|
.selectedTreeRow {
|
||||||
background-color: rgba(102, 153, 204, 0.7);
|
background-color: rgba(102, 153, 204, 0.7);
|
||||||
color: #1e1e1e;
|
color: #1e1e1e;
|
||||||
|
@ -6162,29 +6162,14 @@ input[type=button],
|
|||||||
input[type=reset],
|
input[type=reset],
|
||||||
button,
|
button,
|
||||||
.egwbutton {
|
.egwbutton {
|
||||||
background-color: #f0f0f0;
|
|
||||||
background-image: none;
|
|
||||||
border: outset 1px #b9d5e3;
|
|
||||||
margin: 1px;
|
|
||||||
padding: 1px;
|
padding: 1px;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
color: #004e7d;
|
|
||||||
}
|
}
|
||||||
input[type=submit] {
|
input[type=submit] {
|
||||||
-webkit-appearance: none;
|
-webkit-appearance: none;
|
||||||
-moz-appearance: none;
|
-moz-appearance: none;
|
||||||
appearance: none;
|
appearance: none;
|
||||||
}
|
}
|
||||||
input[type=submit]:hover,
|
|
||||||
input[type=button]:hover,
|
|
||||||
input[type=reset]:hover,
|
|
||||||
button:hover,
|
|
||||||
.egwbutton:hover {
|
|
||||||
background-color: #d9d9d9 !important;
|
|
||||||
background-image: none;
|
|
||||||
border: outset 1px #b9d5e3;
|
|
||||||
color: #004e7d;
|
|
||||||
}
|
|
||||||
input[type=submit]:active,
|
input[type=submit]:active,
|
||||||
input[type=button]:active,
|
input[type=button]:active,
|
||||||
input[type=reset]:active,
|
input[type=reset]:active,
|
||||||
|
@ -35,13 +35,8 @@ div{
|
|||||||
}
|
}
|
||||||
input[type=submit],input[type=button],input[type=reset],button,.egwbutton
|
input[type=submit],input[type=button],input[type=reset],button,.egwbutton
|
||||||
{
|
{
|
||||||
.background_color_10_gray;
|
|
||||||
background-image: none;
|
|
||||||
border: outset 1px #b9d5e3;
|
|
||||||
margin: 1px;
|
|
||||||
padding: 1px;
|
padding: 1px;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
color: #004e7d;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
input[type=submit]
|
input[type=submit]
|
||||||
@ -51,14 +46,6 @@ input[type=submit]
|
|||||||
appearance: none;
|
appearance: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
input[type=submit]:hover,input[type=button]:hover,input[type=reset]:hover,button:hover,.egwbutton:hover
|
|
||||||
{
|
|
||||||
.background_color_15_gray !important;
|
|
||||||
background-image: none;
|
|
||||||
border: outset 1px #b9d5e3;
|
|
||||||
color: #004e7d;
|
|
||||||
}
|
|
||||||
|
|
||||||
input[type=submit]:active,input[type=button]:active,input[type=reset]:active,button:active,.egwbutton:active
|
input[type=submit]:active,input[type=button]:active,input[type=reset]:active,button:active,.egwbutton:active
|
||||||
{
|
{
|
||||||
border: inset 1px #bbbbbb;
|
border: inset 1px #bbbbbb;
|
||||||
|
Loading…
Reference in New Issue
Block a user