|
|
@@ -263,11 +263,6 @@ body {
|
|
|
}
|
|
|
.flux .item.title {
|
|
|
background: inherit;
|
|
|
- }
|
|
|
- .flux:not(.current):hover .item.title {
|
|
|
- border-right: 2px solid rgba(127, 127, 127, 0.1);
|
|
|
- padding-right: 1em;
|
|
|
- position: absolute;
|
|
|
}
|
|
|
.flux .item.title a {
|
|
|
color: #333;
|
|
|
@@ -656,6 +651,14 @@ select.number option {
|
|
|
text-align:right;
|
|
|
}
|
|
|
|
|
|
+@media(min-width: 841px) {
|
|
|
+ .flux:not(.current):hover .item.title {
|
|
|
+ border-right: 2px solid rgba(127, 127, 127, 0.1);
|
|
|
+ padding-right: 1em;
|
|
|
+ position: absolute;
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
@media(max-width: 840px) {
|
|
|
.header,
|
|
|
.aside .btn-important,
|