Merge branch 'master' into toni-moreno-add_shared_tooltips_to_graphs
This commit is contained in:
@@ -117,8 +117,9 @@
|
||||
}
|
||||
|
||||
.dashboard-fullscreen {
|
||||
.row-control-inner {
|
||||
display: none;
|
||||
.main-view-container {
|
||||
height: 0;
|
||||
overflow: hidden;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -124,7 +124,7 @@
|
||||
|
||||
.graph-legend-series-hidden {
|
||||
a {
|
||||
color: darken(@linkColor, 45%);
|
||||
color: @linkColorDisabled;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -5,6 +5,6 @@
|
||||
}
|
||||
|
||||
.annotation-disabled, .annotation-disabled a {
|
||||
color: darken(@textColor, 25%);
|
||||
color: @linkColorDisabled;
|
||||
}
|
||||
|
||||
|
||||
@@ -52,6 +52,7 @@
|
||||
// Links
|
||||
// -------------------------
|
||||
@linkColor: darken(@white,11%);
|
||||
@linkColorDisabled: darken(@linkColor,45%);
|
||||
@linkColorHover: @white;
|
||||
|
||||
|
||||
|
||||
@@ -54,12 +54,13 @@
|
||||
// Scaffolding
|
||||
// -------------------------
|
||||
@bodyBackground: @grayLighter;
|
||||
@textColor: #555;
|
||||
@textColor: #666;
|
||||
|
||||
|
||||
// Links
|
||||
// -------------------------
|
||||
@linkColor: @textColor;
|
||||
@linkColorDisabled: lighten(@linkColor,35%);
|
||||
@linkColorHover: @blue;
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user