mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
New TV Mode, dashboard toolbar update (layout change & new cycle view mode button) (#13025)
* wip: design update for navbar with kiosk mode button * feat: progress on new view mode button * css: view state refactorings * feat: kiosk modes & playlist support * feature: cycle tv mode feature, renamed view modes to TV, and Kiosk * fix: updated the alert notification message * fix: removed unused parameter * fix: correct the css class set for tv mode * some minor improvements to playlist
This commit is contained in:
@@ -23,6 +23,7 @@
|
||||
@include navbar-alt-look();
|
||||
}
|
||||
|
||||
.navbar-buttons--tv,
|
||||
.navbar-button--add-panel,
|
||||
.navbar-button--star,
|
||||
.navbar-button--save,
|
||||
@@ -45,6 +46,7 @@
|
||||
|
||||
.navbar-button--add-panel,
|
||||
.navbar-button--star,
|
||||
.navbar-button--tv,
|
||||
.navbar-page-btn .fa-caret-down {
|
||||
display: none;
|
||||
}
|
||||
@@ -106,6 +108,10 @@
|
||||
display: none;
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
&--zoom {
|
||||
margin-right: 0;
|
||||
}
|
||||
}
|
||||
|
||||
.navbar__spacer {
|
||||
@@ -119,6 +125,7 @@
|
||||
font-weight: $btn-font-weight;
|
||||
padding: 6px 11px;
|
||||
line-height: 16px;
|
||||
height: 30px;
|
||||
color: $text-muted;
|
||||
border: 1px solid $navbar-button-border;
|
||||
margin-right: 3px;
|
||||
@@ -133,7 +140,7 @@
|
||||
}
|
||||
|
||||
&--add-panel {
|
||||
padding: 3px 10px;
|
||||
padding: 2px 10px;
|
||||
|
||||
.gicon {
|
||||
font-size: 22px;
|
||||
@@ -146,7 +153,7 @@
|
||||
.fa {
|
||||
font-size: 14px;
|
||||
position: relative;
|
||||
top: 2px;
|
||||
top: 1px;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user