Calender View Einheitliche Ränder
This commit is contained in:
@@ -186,11 +186,14 @@ Popup
|
||||
Calender View
|
||||
*/
|
||||
|
||||
::-webkit-scrollbar {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.calender-container
|
||||
{
|
||||
max-height: 300px;
|
||||
overflow-y: scroll;
|
||||
border-bottom: 2px solid #5d606e;
|
||||
}
|
||||
|
||||
.wochen-tag-container
|
||||
@@ -198,11 +201,10 @@ Calender View
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
justify-content: space-between;
|
||||
margin-right: 1.5%;
|
||||
height: 25px;
|
||||
background-color: #5d606e;
|
||||
border: 2px solid #5d606e;
|
||||
border-radius: 5px 5px 0 0;
|
||||
width: 500px;
|
||||
gap: 2px;
|
||||
background-color: #363636;
|
||||
}
|
||||
|
||||
.calender-view
|
||||
@@ -215,13 +217,12 @@ Calender View
|
||||
/*
|
||||
End Test
|
||||
*/
|
||||
background-color: #5d606e;
|
||||
background-color: #363636;
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
align-items: stretch;
|
||||
justify-content: stretch;
|
||||
gap: 2px;
|
||||
padding: 0 2px 0 2px;
|
||||
user-select: none;
|
||||
}
|
||||
|
||||
@@ -239,7 +240,7 @@ Calender View
|
||||
{
|
||||
text-align: center;
|
||||
background-color: #f80000;
|
||||
width: 16%;
|
||||
width: 100px;
|
||||
color: white;
|
||||
border-radius: 5px;
|
||||
display: flex;
|
||||
|
||||
Reference in New Issue
Block a user