Browse Source

More discoverable form elements in "My Checks" page

pull/7/head
Pēteris Caune 9 years ago
parent
commit
40a0271f43
1 changed files with 13 additions and 3 deletions
  1. +13
    -3
      static/css/style.css

+ 13
- 3
static/css/style.css View File

@ -133,10 +133,15 @@ table.table tr > th.th-name {
border: 1px solid rgba(0, 0, 0, 0);
background: none;
box-shadow: none;
transition: none;
}
.name-edit.inactive .input-name:hover {
border: 1px dotted #AAA;
}
.name-edit.inactive button {
opacity: 0;
visibility: hidden;
}
.name-edit button {
@ -160,8 +165,13 @@ td.inactive .popover {
margin-left: -77px;
}
.timeout {
border: 1px solid rgba(0, 0, 0, 0);
padding: 6px;
}
.timeout:hover {
color: #337ab7;
text-decoration: underline;
cursor: pointer;
border: 1px dotted #AAA;
}

Loading…
Cancel
Save