mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2026-05-15 02:33:51 -04:00
Remove: Show cog wheel icon on hover in the settings (#3831)
* Theme: Alternative-Dark * Theme: Ansum * Theme: base * Theme: BlueLagoon * Theme: Dark * Theme: Flat * Theme: Mapco * Theme: Origine-compact * Theme: Origine * Theme: Pafat * Theme: Scewdriver * Theme: Swage * Minor whitespace Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
This commit is contained in:
@@ -470,16 +470,6 @@ a.btn {
|
||||
line-height: 2.5em;
|
||||
}
|
||||
|
||||
.box .box-title .configure,
|
||||
.box .box-content .item .configure {
|
||||
visibility: hidden;
|
||||
}
|
||||
|
||||
.box .box-title:hover .configure,
|
||||
.box .box-content .item:hover .configure {
|
||||
visibility: visible;
|
||||
}
|
||||
|
||||
/*=== Tree */
|
||||
.tree {
|
||||
margin: 10px 0;
|
||||
@@ -1108,11 +1098,6 @@ a.btn {
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.box .box-title .configure,
|
||||
.box .box-content .item .configure {
|
||||
visibility: visible;
|
||||
}
|
||||
|
||||
.aside {
|
||||
box-shadow: 3px 0 3px #aaa;
|
||||
transition: width 200ms linear;
|
||||
|
||||
@@ -470,16 +470,6 @@ a.btn {
|
||||
line-height: 2.5em;
|
||||
}
|
||||
|
||||
.box .box-title .configure,
|
||||
.box .box-content .item .configure {
|
||||
visibility: hidden;
|
||||
}
|
||||
|
||||
.box .box-title:hover .configure,
|
||||
.box .box-content .item:hover .configure {
|
||||
visibility: visible;
|
||||
}
|
||||
|
||||
/*=== Tree */
|
||||
.tree {
|
||||
margin: 10px 0;
|
||||
@@ -1108,11 +1098,6 @@ a.btn {
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
.box .box-title .configure,
|
||||
.box .box-content .item .configure {
|
||||
visibility: visible;
|
||||
}
|
||||
|
||||
.aside {
|
||||
box-shadow: -3px 0 3px #aaa;
|
||||
transition: width 200ms linear;
|
||||
|
||||
@@ -233,7 +233,6 @@
|
||||
width: 1.75rem;
|
||||
height: 1.75rem;
|
||||
border-radius: 2px;
|
||||
visibility: visible;
|
||||
margin-right: 0.5rem;
|
||||
|
||||
.icon {
|
||||
@@ -248,10 +247,6 @@
|
||||
}
|
||||
}
|
||||
|
||||
.configure {
|
||||
visibility: hidden;
|
||||
}
|
||||
|
||||
form {
|
||||
input {
|
||||
width: 85%;
|
||||
@@ -296,7 +291,6 @@
|
||||
width: 1.75rem;
|
||||
height: 1.75rem;
|
||||
border-radius: 2px;
|
||||
visibility: hidden;
|
||||
margin-right: 0.5rem;
|
||||
|
||||
.icon {
|
||||
@@ -311,9 +305,6 @@
|
||||
}
|
||||
}
|
||||
|
||||
&:hover .configure {
|
||||
visibility: visible;
|
||||
}
|
||||
}
|
||||
|
||||
.item:last-child {
|
||||
|
||||
@@ -41,11 +41,6 @@
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.box .box-title .configure,
|
||||
.box .box-content .item .configure {
|
||||
visibility: visible;
|
||||
}
|
||||
|
||||
.aside {
|
||||
|
||||
@include transition(all, 0.2s, ease-in-out);
|
||||
|
||||
@@ -402,7 +402,6 @@ form th {
|
||||
width: 1.75rem;
|
||||
height: 1.75rem;
|
||||
border-radius: 2px;
|
||||
visibility: visible;
|
||||
margin-right: 0.5rem;
|
||||
}
|
||||
.box .box-title:hover .configure .icon {
|
||||
@@ -413,9 +412,6 @@ form th {
|
||||
.box .box-title:hover .configure:hover {
|
||||
background: url("icons/cog-white.svg") no-repeat 4px 4px #ca7227;
|
||||
}
|
||||
.box .box-title .configure {
|
||||
visibility: hidden;
|
||||
}
|
||||
.box .box-title form input {
|
||||
width: 85%;
|
||||
}
|
||||
@@ -449,7 +445,6 @@ form th {
|
||||
width: 1.75rem;
|
||||
height: 1.75rem;
|
||||
border-radius: 2px;
|
||||
visibility: hidden;
|
||||
margin-right: 0.5rem;
|
||||
}
|
||||
.box .box-content .item .configure .icon {
|
||||
@@ -460,9 +455,6 @@ form th {
|
||||
.box .box-content .item .configure:hover {
|
||||
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 {
|
||||
border-bottom: none;
|
||||
}
|
||||
@@ -1477,11 +1469,6 @@ form th {
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.box .box-title .configure,
|
||||
.box .box-content .item .configure {
|
||||
visibility: visible;
|
||||
}
|
||||
|
||||
.aside {
|
||||
-webkit-transition: all 0.2s ease-in-out;
|
||||
-moz-transition: all 0.2s ease-in-out;
|
||||
|
||||
@@ -402,7 +402,6 @@ form th {
|
||||
width: 1.75rem;
|
||||
height: 1.75rem;
|
||||
border-radius: 2px;
|
||||
visibility: visible;
|
||||
margin-left: 0.5rem;
|
||||
}
|
||||
.box .box-title:hover .configure .icon {
|
||||
@@ -413,9 +412,6 @@ form th {
|
||||
.box .box-title:hover .configure:hover {
|
||||
background: url("icons/cog-white.svg") no-repeat 4px 4px #ca7227;
|
||||
}
|
||||
.box .box-title .configure {
|
||||
visibility: hidden;
|
||||
}
|
||||
.box .box-title form input {
|
||||
width: 85%;
|
||||
}
|
||||
@@ -449,7 +445,6 @@ form th {
|
||||
width: 1.75rem;
|
||||
height: 1.75rem;
|
||||
border-radius: 2px;
|
||||
visibility: hidden;
|
||||
margin-left: 0.5rem;
|
||||
}
|
||||
.box .box-content .item .configure .icon {
|
||||
@@ -460,9 +455,6 @@ form th {
|
||||
.box .box-content .item .configure:hover {
|
||||
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 {
|
||||
border-bottom: none;
|
||||
}
|
||||
@@ -1477,11 +1469,6 @@ form th {
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
.box .box-title .configure,
|
||||
.box .box-content .item .configure {
|
||||
visibility: visible;
|
||||
}
|
||||
|
||||
.aside {
|
||||
-webkit-transition: all 0.2s ease-in-out;
|
||||
-moz-transition: all 0.2s ease-in-out;
|
||||
|
||||
@@ -547,16 +547,6 @@ a.btn {
|
||||
line-height: 2.5em;
|
||||
}
|
||||
|
||||
.box .box-title .configure,
|
||||
.box .box-content .item .configure {
|
||||
visibility: hidden;
|
||||
}
|
||||
|
||||
.box .box-title:hover .configure,
|
||||
.box .box-content .item:hover .configure {
|
||||
visibility: visible;
|
||||
}
|
||||
|
||||
/*=== Tree */
|
||||
.tree {
|
||||
margin: 10px 0;
|
||||
@@ -1270,11 +1260,6 @@ a.btn {
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.box .box-title .configure,
|
||||
.box .box-content .item .configure {
|
||||
visibility: visible;
|
||||
}
|
||||
|
||||
.header {
|
||||
display: table;
|
||||
}
|
||||
|
||||
@@ -547,16 +547,6 @@ a.btn {
|
||||
line-height: 2.5em;
|
||||
}
|
||||
|
||||
.box .box-title .configure,
|
||||
.box .box-content .item .configure {
|
||||
visibility: hidden;
|
||||
}
|
||||
|
||||
.box .box-title:hover .configure,
|
||||
.box .box-content .item:hover .configure {
|
||||
visibility: visible;
|
||||
}
|
||||
|
||||
/*=== Tree */
|
||||
.tree {
|
||||
margin: 10px 0;
|
||||
@@ -1270,11 +1260,6 @@ a.btn {
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
.box .box-title .configure,
|
||||
.box .box-content .item .configure {
|
||||
visibility: visible;
|
||||
}
|
||||
|
||||
.header {
|
||||
display: table;
|
||||
}
|
||||
|
||||
@@ -499,16 +499,6 @@ a.btn {
|
||||
line-height: 2.5em;
|
||||
}
|
||||
|
||||
.box .box-title .configure,
|
||||
.box .box-content .item .configure {
|
||||
visibility: hidden;
|
||||
}
|
||||
|
||||
.box .box-title:hover .configure,
|
||||
.box .box-content .item:hover .configure {
|
||||
visibility: visible;
|
||||
}
|
||||
|
||||
/*=== Tree */
|
||||
.tree {
|
||||
margin: 10px 0;
|
||||
@@ -1136,11 +1126,6 @@ a.btn {
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.box .box-title .configure,
|
||||
.box .box-content .item .configure {
|
||||
visibility: visible;
|
||||
}
|
||||
|
||||
.aside {
|
||||
transition: width 200ms linear;
|
||||
}
|
||||
|
||||
@@ -499,16 +499,6 @@ a.btn {
|
||||
line-height: 2.5em;
|
||||
}
|
||||
|
||||
.box .box-title .configure,
|
||||
.box .box-content .item .configure {
|
||||
visibility: hidden;
|
||||
}
|
||||
|
||||
.box .box-title:hover .configure,
|
||||
.box .box-content .item:hover .configure {
|
||||
visibility: visible;
|
||||
}
|
||||
|
||||
/*=== Tree */
|
||||
.tree {
|
||||
margin: 10px 0;
|
||||
@@ -1136,11 +1126,6 @@ a.btn {
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
.box .box-title .configure,
|
||||
.box .box-content .item .configure {
|
||||
visibility: visible;
|
||||
}
|
||||
|
||||
.aside {
|
||||
transition: width 200ms linear;
|
||||
}
|
||||
|
||||
@@ -500,11 +500,6 @@ a.btn {
|
||||
line-height: 2.5em;
|
||||
}
|
||||
|
||||
.box .box-title .configure,
|
||||
.box .box-content .item .configure {
|
||||
visibility: hidden;
|
||||
}
|
||||
|
||||
.box .box-title .configure .icon,
|
||||
.box .box-content .item .configure .icon {
|
||||
vertical-align: middle;
|
||||
@@ -512,11 +507,6 @@ a.btn {
|
||||
border-radius: 3px;
|
||||
}
|
||||
|
||||
.box .box-title:hover .configure,
|
||||
.box .box-content .item:hover .configure {
|
||||
visibility: visible;
|
||||
}
|
||||
|
||||
/*=== Tree */
|
||||
.tree {
|
||||
margin: 10px 0;
|
||||
@@ -1124,11 +1114,6 @@ a.btn {
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.box .box-title .configure,
|
||||
.box .box-content .item .configure {
|
||||
visibility: visible;
|
||||
}
|
||||
|
||||
.aside {
|
||||
transition: width 200ms linear;
|
||||
}
|
||||
|
||||
@@ -500,11 +500,6 @@ a.btn {
|
||||
line-height: 2.5em;
|
||||
}
|
||||
|
||||
.box .box-title .configure,
|
||||
.box .box-content .item .configure {
|
||||
visibility: hidden;
|
||||
}
|
||||
|
||||
.box .box-title .configure .icon,
|
||||
.box .box-content .item .configure .icon {
|
||||
vertical-align: middle;
|
||||
@@ -512,11 +507,6 @@ a.btn {
|
||||
border-radius: 3px;
|
||||
}
|
||||
|
||||
.box .box-title:hover .configure,
|
||||
.box .box-content .item:hover .configure {
|
||||
visibility: visible;
|
||||
}
|
||||
|
||||
/*=== Tree */
|
||||
.tree {
|
||||
margin: 10px 0;
|
||||
@@ -1124,11 +1114,6 @@ a.btn {
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
.box .box-title .configure,
|
||||
.box .box-content .item .configure {
|
||||
visibility: visible;
|
||||
}
|
||||
|
||||
.aside {
|
||||
transition: width 200ms linear;
|
||||
}
|
||||
|
||||
@@ -233,7 +233,6 @@
|
||||
width: 1.75rem;
|
||||
height: 1.75rem;
|
||||
border-radius: 2px;
|
||||
visibility: visible;
|
||||
margin-right: 0.5rem;
|
||||
|
||||
.icon {
|
||||
@@ -248,9 +247,6 @@
|
||||
}
|
||||
}
|
||||
|
||||
.configure {
|
||||
visibility: hidden;
|
||||
}
|
||||
|
||||
form {
|
||||
input {
|
||||
@@ -296,7 +292,6 @@
|
||||
width: 1.75rem;
|
||||
height: 1.75rem;
|
||||
border-radius: 2px;
|
||||
visibility: hidden;
|
||||
margin-right: 0.5rem;
|
||||
|
||||
.icon {
|
||||
@@ -311,9 +306,6 @@
|
||||
}
|
||||
}
|
||||
|
||||
&:hover .configure {
|
||||
visibility: visible;
|
||||
}
|
||||
}
|
||||
|
||||
.item:last-child {
|
||||
|
||||
@@ -40,11 +40,6 @@
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.box .box-title .configure,
|
||||
.box .box-content .item .configure {
|
||||
visibility: visible;
|
||||
}
|
||||
|
||||
.aside {
|
||||
|
||||
@include transition(all, 0.2s, ease-in-out);
|
||||
|
||||
@@ -404,7 +404,6 @@ form th {
|
||||
width: 1.75rem;
|
||||
height: 1.75rem;
|
||||
border-radius: 2px;
|
||||
visibility: visible;
|
||||
margin-right: 0.5rem;
|
||||
}
|
||||
.box .box-title:hover .configure .icon {
|
||||
@@ -415,9 +414,6 @@ form th {
|
||||
.box .box-title:hover .configure:hover {
|
||||
background: url("icons/cog-white.svg") no-repeat 4px 4px #36c;
|
||||
}
|
||||
.box .box-title .configure {
|
||||
visibility: hidden;
|
||||
}
|
||||
.box .box-title form input {
|
||||
width: 85%;
|
||||
}
|
||||
@@ -451,7 +447,6 @@ form th {
|
||||
width: 1.75rem;
|
||||
height: 1.75rem;
|
||||
border-radius: 2px;
|
||||
visibility: hidden;
|
||||
margin-right: 0.5rem;
|
||||
}
|
||||
.box .box-content .item .configure .icon {
|
||||
@@ -462,9 +457,6 @@ form th {
|
||||
.box .box-content .item .configure:hover {
|
||||
background: url("icons/cog-white.svg") no-repeat 4px 4px #36c;
|
||||
}
|
||||
.box .box-content .item:hover .configure {
|
||||
visibility: visible;
|
||||
}
|
||||
.box .box-content .item:last-child {
|
||||
border-bottom: none;
|
||||
}
|
||||
@@ -1485,11 +1477,6 @@ form th {
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.box .box-title .configure,
|
||||
.box .box-content .item .configure {
|
||||
visibility: visible;
|
||||
}
|
||||
|
||||
.aside {
|
||||
-webkit-transition: all 0.2s ease-in-out;
|
||||
-moz-transition: all 0.2s ease-in-out;
|
||||
|
||||
@@ -404,7 +404,6 @@ form th {
|
||||
width: 1.75rem;
|
||||
height: 1.75rem;
|
||||
border-radius: 2px;
|
||||
visibility: visible;
|
||||
margin-left: 0.5rem;
|
||||
}
|
||||
.box .box-title:hover .configure .icon {
|
||||
@@ -415,9 +414,6 @@ form th {
|
||||
.box .box-title:hover .configure:hover {
|
||||
background: url("icons/cog-white.svg") no-repeat 4px 4px #36c;
|
||||
}
|
||||
.box .box-title .configure {
|
||||
visibility: hidden;
|
||||
}
|
||||
.box .box-title form input {
|
||||
width: 85%;
|
||||
}
|
||||
@@ -451,7 +447,6 @@ form th {
|
||||
width: 1.75rem;
|
||||
height: 1.75rem;
|
||||
border-radius: 2px;
|
||||
visibility: hidden;
|
||||
margin-left: 0.5rem;
|
||||
}
|
||||
.box .box-content .item .configure .icon {
|
||||
@@ -462,9 +457,6 @@ form th {
|
||||
.box .box-content .item .configure:hover {
|
||||
background: url("icons/cog-white.svg") no-repeat 4px 4px #36c;
|
||||
}
|
||||
.box .box-content .item:hover .configure {
|
||||
visibility: visible;
|
||||
}
|
||||
.box .box-content .item:last-child {
|
||||
border-bottom: none;
|
||||
}
|
||||
@@ -1485,11 +1477,6 @@ form th {
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
.box .box-title .configure,
|
||||
.box .box-content .item .configure {
|
||||
visibility: visible;
|
||||
}
|
||||
|
||||
.aside {
|
||||
-webkit-transition: all 0.2s ease-in-out;
|
||||
-moz-transition: all 0.2s ease-in-out;
|
||||
|
||||
@@ -534,16 +534,6 @@ a.btn,
|
||||
line-height: 2.5em;
|
||||
}
|
||||
|
||||
.box .box-title .configure,
|
||||
.box .box-content .item .configure {
|
||||
visibility: hidden;
|
||||
}
|
||||
|
||||
.box .box-title:hover .configure,
|
||||
.box .box-content .item:hover .configure {
|
||||
visibility: visible;
|
||||
}
|
||||
|
||||
/*=== Tree */
|
||||
.tree {
|
||||
margin: 10px 0;
|
||||
@@ -1215,11 +1205,6 @@ a.btn,
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.box .box-title .configure,
|
||||
.box .box-content .item .configure {
|
||||
visibility: visible;
|
||||
}
|
||||
|
||||
.aside {
|
||||
transition: width 200ms linear;
|
||||
}
|
||||
|
||||
@@ -534,16 +534,6 @@ a.btn,
|
||||
line-height: 2.5em;
|
||||
}
|
||||
|
||||
.box .box-title .configure,
|
||||
.box .box-content .item .configure {
|
||||
visibility: hidden;
|
||||
}
|
||||
|
||||
.box .box-title:hover .configure,
|
||||
.box .box-content .item:hover .configure {
|
||||
visibility: visible;
|
||||
}
|
||||
|
||||
/*=== Tree */
|
||||
.tree {
|
||||
margin: 10px 0;
|
||||
@@ -1215,11 +1205,6 @@ a.btn,
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
.box .box-title .configure,
|
||||
.box .box-content .item .configure {
|
||||
visibility: visible;
|
||||
}
|
||||
|
||||
.aside {
|
||||
transition: width 200ms linear;
|
||||
}
|
||||
|
||||
@@ -519,16 +519,6 @@ a.btn {
|
||||
line-height: 2.5em;
|
||||
}
|
||||
|
||||
.box .box-title .configure,
|
||||
.box .box-content .item .configure {
|
||||
visibility: hidden;
|
||||
}
|
||||
|
||||
.box .box-title:hover .configure,
|
||||
.box .box-content .item:hover .configure {
|
||||
visibility: visible;
|
||||
}
|
||||
|
||||
/*=== Tree */
|
||||
.tree {
|
||||
margin: 10px 0;
|
||||
@@ -1143,11 +1133,6 @@ a.btn {
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.box .box-title .configure,
|
||||
.box .box-content .item .configure {
|
||||
visibility: visible;
|
||||
}
|
||||
|
||||
.aside {
|
||||
transition: width 200ms linear;
|
||||
}
|
||||
|
||||
@@ -519,16 +519,6 @@ a.btn {
|
||||
line-height: 2.5em;
|
||||
}
|
||||
|
||||
.box .box-title .configure,
|
||||
.box .box-content .item .configure {
|
||||
visibility: hidden;
|
||||
}
|
||||
|
||||
.box .box-title:hover .configure,
|
||||
.box .box-content .item:hover .configure {
|
||||
visibility: visible;
|
||||
}
|
||||
|
||||
/*=== Tree */
|
||||
.tree {
|
||||
margin: 10px 0;
|
||||
@@ -1143,11 +1133,6 @@ a.btn {
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
.box .box-title .configure,
|
||||
.box .box-content .item .configure {
|
||||
visibility: visible;
|
||||
}
|
||||
|
||||
.aside {
|
||||
transition: width 200ms linear;
|
||||
}
|
||||
|
||||
@@ -491,16 +491,6 @@ a.btn {
|
||||
line-height: 2.5em;
|
||||
}
|
||||
|
||||
.box .box-title .configure,
|
||||
.box .box-content .item .configure {
|
||||
visibility: hidden;
|
||||
}
|
||||
|
||||
.box .box-title:hover .configure,
|
||||
.box .box-content .item:hover .configure {
|
||||
visibility: visible;
|
||||
}
|
||||
|
||||
/*=== Tree */
|
||||
.tree {
|
||||
margin: 10px 0;
|
||||
@@ -1130,11 +1120,6 @@ a.btn {
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.box .box-title .configure,
|
||||
.box .box-content .item .configure {
|
||||
visibility: visible;
|
||||
}
|
||||
|
||||
.aside {
|
||||
transition: width 200ms linear;
|
||||
}
|
||||
|
||||
@@ -491,16 +491,6 @@ a.btn {
|
||||
line-height: 2.5em;
|
||||
}
|
||||
|
||||
.box .box-title .configure,
|
||||
.box .box-content .item .configure {
|
||||
visibility: hidden;
|
||||
}
|
||||
|
||||
.box .box-title:hover .configure,
|
||||
.box .box-content .item:hover .configure {
|
||||
visibility: visible;
|
||||
}
|
||||
|
||||
/*=== Tree */
|
||||
.tree {
|
||||
margin: 10px 0;
|
||||
@@ -1130,11 +1120,6 @@ a.btn {
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
.box .box-title .configure,
|
||||
.box .box-content .item .configure {
|
||||
visibility: visible;
|
||||
}
|
||||
|
||||
.aside {
|
||||
transition: width 200ms linear;
|
||||
}
|
||||
|
||||
@@ -545,16 +545,6 @@ a.btn {
|
||||
line-height: 2.5em;
|
||||
}
|
||||
|
||||
.box .box-title .configure,
|
||||
.box .box-content .item .configure {
|
||||
visibility: hidden;
|
||||
}
|
||||
|
||||
.box .box-title:hover .configure,
|
||||
.box .box-content .item:hover .configure {
|
||||
visibility: visible;
|
||||
}
|
||||
|
||||
/*=== Tree */
|
||||
.tree {
|
||||
margin: 10px 0;
|
||||
@@ -1259,11 +1249,6 @@ a.btn {
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.box .box-title .configure,
|
||||
.box .box-content .item .configure {
|
||||
visibility: visible;
|
||||
}
|
||||
|
||||
.header {
|
||||
display: table;
|
||||
}
|
||||
|
||||
@@ -545,16 +545,6 @@ a.btn {
|
||||
line-height: 2.5em;
|
||||
}
|
||||
|
||||
.box .box-title .configure,
|
||||
.box .box-content .item .configure {
|
||||
visibility: hidden;
|
||||
}
|
||||
|
||||
.box .box-title:hover .configure,
|
||||
.box .box-content .item:hover .configure {
|
||||
visibility: visible;
|
||||
}
|
||||
|
||||
/*=== Tree */
|
||||
.tree {
|
||||
margin: 10px 0;
|
||||
@@ -1259,11 +1249,6 @@ a.btn {
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
.box .box-title .configure,
|
||||
.box .box-content .item .configure {
|
||||
visibility: visible;
|
||||
}
|
||||
|
||||
.header {
|
||||
display: table;
|
||||
}
|
||||
|
||||
@@ -469,16 +469,10 @@ form th {
|
||||
font-size: 0.9rem;
|
||||
line-height: 2.5em;
|
||||
}
|
||||
.box .box-content .item .configure {
|
||||
visibility: hidden;
|
||||
}
|
||||
.box .box-content .item .configure .icon {
|
||||
vertical-align: middle;
|
||||
background-color: #e3e3e3;
|
||||
}
|
||||
.box .box-content .item:hover .configure {
|
||||
visibility: visible;
|
||||
}
|
||||
.box.category .box-title .title {
|
||||
font-weight: normal;
|
||||
text-decoration: none;
|
||||
@@ -921,11 +915,6 @@ form th {
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.box .box-title .configure,
|
||||
.box .box-content .item .configure {
|
||||
visibility: visible;
|
||||
}
|
||||
|
||||
.dropdown-header, .dropdown-menu > .item {
|
||||
padding: 12px;
|
||||
}
|
||||
|
||||
@@ -469,16 +469,10 @@ form th {
|
||||
font-size: 0.9rem;
|
||||
line-height: 2.5em;
|
||||
}
|
||||
.box .box-content .item .configure {
|
||||
visibility: hidden;
|
||||
}
|
||||
.box .box-content .item .configure .icon {
|
||||
vertical-align: middle;
|
||||
background-color: #e3e3e3;
|
||||
}
|
||||
.box .box-content .item:hover .configure {
|
||||
visibility: visible;
|
||||
}
|
||||
.box.category .box-title .title {
|
||||
font-weight: normal;
|
||||
text-decoration: none;
|
||||
@@ -921,11 +915,6 @@ form th {
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
.box .box-title .configure,
|
||||
.box .box-content .item .configure {
|
||||
visibility: visible;
|
||||
}
|
||||
|
||||
.dropdown-header, .dropdown-menu > .item {
|
||||
padding: 12px;
|
||||
}
|
||||
|
||||
@@ -587,17 +587,11 @@ form {
|
||||
line-height: 2.5em;
|
||||
|
||||
.configure {
|
||||
visibility: hidden;
|
||||
|
||||
.icon {
|
||||
vertical-align: middle;
|
||||
background-color: darken( $color_light, 10%);
|
||||
}
|
||||
}
|
||||
|
||||
&:hover .configure {
|
||||
visibility: visible;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1150,11 +1144,6 @@ form {
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.box .box-title .configure,
|
||||
.box .box-content .item .configure {
|
||||
visibility: visible;
|
||||
}
|
||||
|
||||
.dropdown-header, .dropdown-menu > .item {
|
||||
padding: 12px;
|
||||
}
|
||||
|
||||
@@ -390,14 +390,6 @@ a.btn {
|
||||
line-height: 2.5em;
|
||||
}
|
||||
|
||||
.box .box-content .item .configure {
|
||||
visibility: hidden;
|
||||
}
|
||||
|
||||
.box .box-content .item:hover .configure {
|
||||
visibility: visible;
|
||||
}
|
||||
|
||||
/*=== Tree */
|
||||
.tree {
|
||||
margin: 10px 0;
|
||||
|
||||
@@ -390,14 +390,6 @@ a.btn {
|
||||
line-height: 2.5em;
|
||||
}
|
||||
|
||||
.box .box-content .item .configure {
|
||||
visibility: hidden;
|
||||
}
|
||||
|
||||
.box .box-content .item:hover .configure {
|
||||
visibility: visible;
|
||||
}
|
||||
|
||||
/*=== Tree */
|
||||
.tree {
|
||||
margin: 10px 0;
|
||||
|
||||
Reference in New Issue
Block a user