|
@@ -402,7 +402,6 @@ form th {
|
|
|
width: 1.75rem;
|
|
width: 1.75rem;
|
|
|
height: 1.75rem;
|
|
height: 1.75rem;
|
|
|
border-radius: 2px;
|
|
border-radius: 2px;
|
|
|
- visibility: visible;
|
|
|
|
|
margin-right: 0.5rem;
|
|
margin-right: 0.5rem;
|
|
|
}
|
|
}
|
|
|
.box .box-title:hover .configure .icon {
|
|
.box .box-title:hover .configure .icon {
|
|
@@ -413,9 +412,6 @@ form th {
|
|
|
.box .box-title:hover .configure:hover {
|
|
.box .box-title:hover .configure:hover {
|
|
|
background: url("icons/cog-white.svg") no-repeat 4px 4px #ca7227;
|
|
background: url("icons/cog-white.svg") no-repeat 4px 4px #ca7227;
|
|
|
}
|
|
}
|
|
|
-.box .box-title .configure {
|
|
|
|
|
- visibility: hidden;
|
|
|
|
|
-}
|
|
|
|
|
.box .box-title form input {
|
|
.box .box-title form input {
|
|
|
width: 85%;
|
|
width: 85%;
|
|
|
}
|
|
}
|
|
@@ -449,7 +445,6 @@ form th {
|
|
|
width: 1.75rem;
|
|
width: 1.75rem;
|
|
|
height: 1.75rem;
|
|
height: 1.75rem;
|
|
|
border-radius: 2px;
|
|
border-radius: 2px;
|
|
|
- visibility: hidden;
|
|
|
|
|
margin-right: 0.5rem;
|
|
margin-right: 0.5rem;
|
|
|
}
|
|
}
|
|
|
.box .box-content .item .configure .icon {
|
|
.box .box-content .item .configure .icon {
|
|
@@ -460,9 +455,6 @@ form th {
|
|
|
.box .box-content .item .configure:hover {
|
|
.box .box-content .item .configure:hover {
|
|
|
background: url("icons/cog-white.svg") no-repeat 4px 4px #ca7227;
|
|
background: url("icons/cog-white.svg") no-repeat 4px 4px #ca7227;
|
|
|
}
|
|
}
|
|
|
-.box .box-content .item:hover .configure {
|
|
|
|
|
- visibility: visible;
|
|
|
|
|
-}
|
|
|
|
|
.box .box-content .item:last-child {
|
|
.box .box-content .item:last-child {
|
|
|
border-bottom: none;
|
|
border-bottom: none;
|
|
|
}
|
|
}
|
|
@@ -1477,11 +1469,6 @@ form th {
|
|
|
text-align: left;
|
|
text-align: left;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
- .box .box-title .configure,
|
|
|
|
|
-.box .box-content .item .configure {
|
|
|
|
|
- visibility: visible;
|
|
|
|
|
- }
|
|
|
|
|
-
|
|
|
|
|
.aside {
|
|
.aside {
|
|
|
-webkit-transition: all 0.2s ease-in-out;
|
|
-webkit-transition: all 0.2s ease-in-out;
|
|
|
-moz-transition: all 0.2s ease-in-out;
|
|
-moz-transition: all 0.2s ease-in-out;
|