Change Popover Size
This commit is contained in:
parent
1f67fb61b7
commit
4f7f4a33f7
|
@ -6304,6 +6304,9 @@ body {
|
|||
.footer a {
|
||||
color: #777777;
|
||||
}
|
||||
.popover {
|
||||
max-width: 600px;
|
||||
}
|
||||
#shifts td.free {
|
||||
border: 1px solid #d9534f;
|
||||
background-color: #f2dede;
|
||||
|
|
|
@ -6327,6 +6327,9 @@ body {
|
|||
.footer a {
|
||||
color: #888888;
|
||||
}
|
||||
.popover {
|
||||
max-width: 600px;
|
||||
}
|
||||
#shifts td.free {
|
||||
border: 1px solid #d9534f;
|
||||
background-color: #d9534f;
|
||||
|
|
|
@ -6304,6 +6304,9 @@ body {
|
|||
.footer a {
|
||||
color: #777777;
|
||||
}
|
||||
.popover {
|
||||
max-width: 600px;
|
||||
}
|
||||
#shifts td.free {
|
||||
border: 1px solid #7f528b;
|
||||
background-color: #f1eaf2;
|
||||
|
|
|
@ -10,6 +10,10 @@ body {
|
|||
color: @text-muted;
|
||||
}
|
||||
|
||||
.popover {
|
||||
max-width: 600px;
|
||||
}
|
||||
|
||||
#shifts {
|
||||
td {
|
||||
&.free {
|
||||
|
|
Loading…
Reference in New Issue