|
@@ -243,7 +243,7 @@
|
|
|
position: relative;
|
|
position: relative;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-.assist-entry,a {
|
|
|
|
|
|
|
+.assist-entry a {
|
|
|
white-space: nowrap;
|
|
white-space: nowrap;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
@@ -280,8 +280,7 @@
|
|
|
.assist-tables > li {
|
|
.assist-tables > li {
|
|
|
position: relative;
|
|
position: relative;
|
|
|
padding-top: 2px;
|
|
padding-top: 2px;
|
|
|
- padding-bottom: 2px;
|
|
|
|
|
- padding-left: 4px;
|
|
|
|
|
|
|
+ margin-left: 4px;
|
|
|
margin-right: 15px;
|
|
margin-right: 15px;
|
|
|
overflow-x: hidden;
|
|
overflow-x: hidden;
|
|
|
}
|
|
}
|
|
@@ -290,6 +289,18 @@
|
|
|
background-color: @cui-gray-200;
|
|
background-color: @cui-gray-200;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
+.assist-tables > li:hover {
|
|
|
|
|
+ background-color: @cui-gray-100;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.assist-tables > li:hover .assist-column {
|
|
|
|
|
+ background-color: @cui-white;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.assist-tables > li:hover .assist-column:hover {
|
|
|
|
|
+ background-color: @cui-gray-100;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
.assist-breadcrumb {
|
|
.assist-breadcrumb {
|
|
|
padding-top: 0;
|
|
padding-top: 0;
|
|
|
padding-left: 0;
|
|
padding-left: 0;
|
|
@@ -377,6 +388,23 @@
|
|
|
background-color: @cui-white;
|
|
background-color: @cui-white;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
+.assist-tables > li:hover {
|
|
|
|
|
+ .assist-column {
|
|
|
|
|
+ .assist-actions, .assist-file-actions {
|
|
|
|
|
+ background-color: @cui-white;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ .assist-column:hover {
|
|
|
|
|
+ .assist-actions, .assist-file-actions {
|
|
|
|
|
+ background-color: @cui-gray-100;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ .assist-actions, .assist-file-actions {
|
|
|
|
|
+ background-color: @cui-gray-100;
|
|
|
|
|
+ }
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+
|
|
|
.table-actions {
|
|
.table-actions {
|
|
|
padding-top:2px;
|
|
padding-top:2px;
|
|
|
}
|
|
}
|