|
@@ -237,6 +237,7 @@ body {
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.flux_header {
|
|
.flux_header {
|
|
|
|
|
+ background: inherit;
|
|
|
height: 25px;
|
|
height: 25px;
|
|
|
font-size: 12px;
|
|
font-size: 12px;
|
|
|
border-top: 1px solid #ecf0f1;
|
|
border-top: 1px solid #ecf0f1;
|
|
@@ -265,15 +266,15 @@ body {
|
|
|
padding: 5px;
|
|
padding: 5px;
|
|
|
}
|
|
}
|
|
|
.flux .item.title {
|
|
.flux .item.title {
|
|
|
|
|
+ background: inherit;
|
|
|
overflow: hidden;
|
|
overflow: hidden;
|
|
|
white-space: nowrap;
|
|
white-space: nowrap;
|
|
|
text-overflow: ellipsis;
|
|
text-overflow: ellipsis;
|
|
|
}
|
|
}
|
|
|
.flux .item.title:hover {
|
|
.flux .item.title:hover {
|
|
|
- background: #FFF;
|
|
|
|
|
overflow: visible;
|
|
overflow: visible;
|
|
|
- padding-right: 1.5em;
|
|
|
|
|
position: absolute;
|
|
position: absolute;
|
|
|
|
|
+ padding-right: 1.5em;
|
|
|
}
|
|
}
|
|
|
.flux .item.title a {
|
|
.flux .item.title a {
|
|
|
color: #333;
|
|
color: #333;
|