style tweaks
Dieser Commit ist enthalten in:
Ursprung
b6c26b43a7
Commit
8f4ee450ee
2 geänderte Dateien mit 4 neuen und 2 gelöschten Zeilen
|
@ -29,7 +29,7 @@ CustomWizard.reopenClass({
|
||||||
}
|
}
|
||||||
window.location.href = getUrl(url);
|
window.location.href = getUrl(url);
|
||||||
}
|
}
|
||||||
})
|
});
|
||||||
|
|
||||||
export function findCustomWizard(wizardId) {
|
export function findCustomWizard(wizardId) {
|
||||||
return ajax({ url: `/w/${wizardId}` }).then(result => {
|
return ajax({ url: `/w/${wizardId}` }).then(result => {
|
||||||
|
|
|
@ -288,7 +288,7 @@
|
||||||
padding: 0;
|
padding: 0;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
list-style: none;
|
list-style: none;
|
||||||
height: 95px;
|
height: 200px;
|
||||||
overflow: scroll;
|
overflow: scroll;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -297,6 +297,8 @@
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
border-top: 1px solid #e9e9e9;
|
||||||
|
border-bottom: 1px solid #e9e9e9;
|
||||||
|
|
||||||
&:hover, &.selected {
|
&:hover, &.selected {
|
||||||
background-color: #eee;
|
background-color: #eee;
|
||||||
|
|
Laden …
In neuem Issue referenzieren