|
@@ -93,7 +93,7 @@
|
|
|
|
|
|
.selector ul.selector-chooser {
|
|
|
align-self: center;
|
|
|
- width: 22px;
|
|
|
+ width: 30px;
|
|
|
background-color: var(--selected-bg);
|
|
|
border-radius: 10px;
|
|
|
margin: 0;
|
|
@@ -123,8 +123,8 @@
|
|
|
}
|
|
|
|
|
|
.selector-add, .selector-remove {
|
|
|
- width: 16px;
|
|
|
- height: 16px;
|
|
|
+ width: 24px;
|
|
|
+ height: 24px;
|
|
|
display: block;
|
|
|
text-indent: -3000px;
|
|
|
overflow: hidden;
|
|
@@ -142,19 +142,21 @@
|
|
|
}
|
|
|
|
|
|
.selector-add {
|
|
|
- background: url(../img/selector-icons.svg) 0 -96px no-repeat;
|
|
|
+ background: url(../img/selector-icons.svg) 0 -144px no-repeat;
|
|
|
+ background-size: 24px auto;
|
|
|
}
|
|
|
|
|
|
.active.selector-add:focus, .active.selector-add:hover {
|
|
|
- background-position: 0 -112px;
|
|
|
+ background-position: 0 -168px;
|
|
|
}
|
|
|
|
|
|
.selector-remove {
|
|
|
- background: url(../img/selector-icons.svg) 0 -64px no-repeat;
|
|
|
+ background: url(../img/selector-icons.svg) 0 -96px no-repeat;
|
|
|
+ background-size: 24px auto;
|
|
|
}
|
|
|
|
|
|
.active.selector-remove:focus, .active.selector-remove:hover {
|
|
|
- background-position: 0 -80px;
|
|
|
+ background-position: 0 -120px;
|
|
|
}
|
|
|
|
|
|
.selector-chooseall, .selector-clearall {
|
|
@@ -230,8 +232,9 @@
|
|
|
}
|
|
|
|
|
|
.stacked ul.selector-chooser {
|
|
|
- height: 22px;
|
|
|
- width: 50px;
|
|
|
+ display: flex;
|
|
|
+ height: 30px;
|
|
|
+ width: 64px;
|
|
|
margin: 0 0 10px 40%;
|
|
|
background-color: #eee;
|
|
|
border-radius: 10px;
|
|
@@ -248,22 +251,24 @@
|
|
|
}
|
|
|
|
|
|
.stacked .selector-add {
|
|
|
- background: url(../img/selector-icons.svg) 0 -32px no-repeat;
|
|
|
+ background: url(../img/selector-icons.svg) 0 -48px no-repeat;
|
|
|
+ background-size: 24px auto;
|
|
|
cursor: default;
|
|
|
}
|
|
|
|
|
|
.stacked .active.selector-add {
|
|
|
- background-position: 0 -32px;
|
|
|
+ background-position: 0 -48px;
|
|
|
cursor: pointer;
|
|
|
}
|
|
|
|
|
|
.stacked .active.selector-add:focus, .stacked .active.selector-add:hover {
|
|
|
- background-position: 0 -48px;
|
|
|
+ background-position: 0 -72px;
|
|
|
cursor: pointer;
|
|
|
}
|
|
|
|
|
|
.stacked .selector-remove {
|
|
|
background: url(../img/selector-icons.svg) 0 0 no-repeat;
|
|
|
+ background-size: 24px auto;
|
|
|
cursor: default;
|
|
|
}
|
|
|
|
|
@@ -273,7 +278,7 @@
|
|
|
}
|
|
|
|
|
|
.stacked .active.selector-remove:focus, .stacked .active.selector-remove:hover {
|
|
|
- background-position: 0 -16px;
|
|
|
+ background-position: 0 -24px;
|
|
|
cursor: pointer;
|
|
|
}
|
|
|
|
|
@@ -329,28 +334,30 @@ table p.datetime {
|
|
|
position: relative;
|
|
|
display: inline-block;
|
|
|
vertical-align: middle;
|
|
|
- height: 16px;
|
|
|
- width: 16px;
|
|
|
+ height: 24px;
|
|
|
+ width: 24px;
|
|
|
overflow: hidden;
|
|
|
}
|
|
|
|
|
|
.datetimeshortcuts .clock-icon {
|
|
|
background: url(../img/icon-clock.svg) 0 0 no-repeat;
|
|
|
+ background-size: 24px auto;
|
|
|
}
|
|
|
|
|
|
.datetimeshortcuts a:focus .clock-icon,
|
|
|
.datetimeshortcuts a:hover .clock-icon {
|
|
|
- background-position: 0 -16px;
|
|
|
+ background-position: 0 -24px;
|
|
|
}
|
|
|
|
|
|
.datetimeshortcuts .date-icon {
|
|
|
background: url(../img/icon-calendar.svg) 0 0 no-repeat;
|
|
|
+ background-size: 24px auto;
|
|
|
top: -1px;
|
|
|
}
|
|
|
|
|
|
.datetimeshortcuts a:focus .date-icon,
|
|
|
.datetimeshortcuts a:hover .date-icon {
|
|
|
- background-position: 0 -16px;
|
|
|
+ background-position: 0 -24px;
|
|
|
}
|
|
|
|
|
|
.timezonewarning {
|
|
@@ -569,9 +576,10 @@ ul.timelist, .timelist li {
|
|
|
float: right;
|
|
|
text-indent: -9999px;
|
|
|
background: url(../img/inline-delete.svg) 0 0 no-repeat;
|
|
|
- width: 16px;
|
|
|
- height: 16px;
|
|
|
+ width: 1.5rem;
|
|
|
+ height: 1.5rem;
|
|
|
border: 0px none;
|
|
|
+ margin-bottom: .25rem;
|
|
|
}
|
|
|
|
|
|
.inline-deletelink:focus, .inline-deletelink:hover {
|