forked from GithubBackups/healthchecks
More discoverable form elements in "My Checks" page
This commit is contained in:
parent
63b6fec9e6
commit
40a0271f43
@ -133,10 +133,15 @@ table.table tr > th.th-name {
|
|||||||
border: 1px solid rgba(0, 0, 0, 0);
|
border: 1px solid rgba(0, 0, 0, 0);
|
||||||
background: none;
|
background: none;
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
|
transition: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.name-edit.inactive .input-name:hover {
|
||||||
|
border: 1px dotted #AAA;
|
||||||
}
|
}
|
||||||
|
|
||||||
.name-edit.inactive button {
|
.name-edit.inactive button {
|
||||||
opacity: 0;
|
visibility: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
.name-edit button {
|
.name-edit button {
|
||||||
@ -160,8 +165,13 @@ td.inactive .popover {
|
|||||||
margin-left: -77px;
|
margin-left: -77px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.timeout {
|
||||||
|
border: 1px solid rgba(0, 0, 0, 0);
|
||||||
|
padding: 6px;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
.timeout:hover {
|
.timeout:hover {
|
||||||
color: #337ab7;
|
color: #337ab7;
|
||||||
text-decoration: underline;
|
border: 1px dotted #AAA;
|
||||||
cursor: pointer;
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user