mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-08-30 10:47:17 +00:00
(js) Display event ghost block start/end hours
This commit is contained in:
@@ -366,13 +366,14 @@ $block_radius: 3px;
|
||||
|
||||
.ghostStartHour,
|
||||
.ghostEndHour {
|
||||
position: absolute;
|
||||
width: 100%;
|
||||
vertical-align: baseline;
|
||||
color: $colorGrey900;
|
||||
font-weight: $sg-font-light;
|
||||
height: 14px;
|
||||
left: 0px;
|
||||
color: #222;
|
||||
position: absolute;
|
||||
text-align: center;
|
||||
vertical-align: baseline;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.ghostStartHour {
|
||||
|
||||
Reference in New Issue
Block a user