mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
added new icons, fixed so different icons in different themes, added animation to hover on icons, styled choose visualization and datasource for both themes, made som styling adjustments to whole panel editor
This commit is contained in:
@@ -211,3 +211,37 @@
|
||||
min-width: 20px;
|
||||
padding-right: 5px;
|
||||
}
|
||||
|
||||
.panel-editor-tabs {
|
||||
.gicon-advanced-active {
|
||||
background-image: url('../img/icons_#{$theme-name}_theme/icon_advanced_active.svg');
|
||||
}
|
||||
|
||||
.gicon-advanced {
|
||||
background-image: url('../img/icons_#{$theme-name}_theme/icon_advanced.svg');
|
||||
}
|
||||
|
||||
.gicon-alerts-active {
|
||||
background-image: url('../img/icons_#{$theme-name}_theme/icon_alerting_active.svg');
|
||||
}
|
||||
|
||||
.gicon-alerts {
|
||||
background-image: url('../img/icons_#{$theme-name}_theme/icon_alerting.svg');
|
||||
}
|
||||
|
||||
.gicon-queries-active {
|
||||
background-image: url('../img/icons_#{$theme-name}_theme/icon_query_active.svg');
|
||||
}
|
||||
|
||||
.gicon-queries {
|
||||
background-image: url('../img/icons_#{$theme-name}_theme/icon_query.svg');
|
||||
}
|
||||
|
||||
.gicon-visualization-active {
|
||||
background-image: url('../img/icons_#{$theme-name}_theme/icon_visualize_active.svg');
|
||||
}
|
||||
|
||||
.gicon-visualization {
|
||||
background-image: url('../img/icons_#{$theme-name}_theme/icon_visualize.svg');
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user