Add 12 hour support
This commit is contained in:
parent
dc990f47be
commit
9e37fa46b1
3 changed files with 22 additions and 10 deletions
|
@ -112,4 +112,3 @@ limitations under the License.
|
|||
.mx_FilePanel .mx_EventTile_selected .mx_EventTile_line {
|
||||
padding-left: 0px;
|
||||
}
|
||||
|
||||
|
|
|
@ -94,7 +94,7 @@ limitations under the License.
|
|||
*/
|
||||
.mx_EventTile_selected .mx_EventTile_line {
|
||||
border-left: $accent-color 5px solid;
|
||||
padding-left: 60px;
|
||||
padding-left: 100px;
|
||||
background-color: $event-selected-color;
|
||||
}
|
||||
|
||||
|
@ -263,6 +263,10 @@ limitations under the License.
|
|||
cursor: pointer;
|
||||
}
|
||||
|
||||
.mx_EventTile_e2eIcon_12hr {
|
||||
padding-left: 5px;
|
||||
}
|
||||
|
||||
.mx_EventTile:hover.mx_EventTile_verified .mx_EventTile_line,
|
||||
.mx_EventTile:hover.mx_EventTile_unverified .mx_EventTile_line {
|
||||
padding-left: 60px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue