Actualiser www/css/calendar.css
All checks were successful
build configuration / build (push) Successful in 25s
All checks were successful
build configuration / build (push) Successful in 25s
This commit is contained in:
parent
e188889160
commit
554040160b
1 changed files with 3 additions and 3 deletions
|
@ -177,7 +177,7 @@
|
|||
/* min-width: 40%; */
|
||||
max-width: 80%;
|
||||
padding: 20px;
|
||||
background-color: #333;
|
||||
background-color: #322c30;
|
||||
color: #FFF;
|
||||
border-radius: 4px;
|
||||
box-shadow: 0 15px 50px rgba(0, 0, 0, 0.6);
|
||||
|
@ -193,7 +193,7 @@
|
|||
width: 0;
|
||||
position: absolute;
|
||||
pointer-events: none;
|
||||
border-bottom-color: #333;
|
||||
border-bottom-color: #322c30;
|
||||
border-width: 20px;
|
||||
margin-left: -20px;
|
||||
}
|
||||
|
@ -207,7 +207,7 @@
|
|||
width: 0;
|
||||
position: absolute;
|
||||
pointer-events: none;
|
||||
border-top-color: #333;
|
||||
border-top-color: #322c30;
|
||||
border-width: 20px;
|
||||
margin-left: -20px;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue