Commit daf8db71 by Trent White

button spacing tweak. Dropdown hover color tweak, sexy pattern added

parent c186d8b2
...@@ -356,6 +356,7 @@ div.subnav { ...@@ -356,6 +356,7 @@ div.subnav {
// ----------------------------------------------------- // -----------------------------------------------------
.btn { .btn {
padding: 6px 12px; padding: 6px 12px;
margin-right:10px;
background-image: none; background-image: none;
// .box-shadow(0px 0px 8px @bodyBackground); // .box-shadow(0px 0px 8px @bodyBackground);
border: none; border: none;
......
...@@ -22,6 +22,11 @@ ...@@ -22,6 +22,11 @@
// Backgrounds // Backgrounds
// --------------------- // ---------------------
.main-view {
background: url(/img/grafana_pattern.png);
background-position: 100% -550px;
background-repeat: no-repeat;
}
.bgNav { .bgNav {
background: @navbarBackground; background: @navbarBackground;
......
...@@ -40,7 +40,7 @@ ...@@ -40,7 +40,7 @@
} }
.top-nav-menu-btn { .top-nav-menu-btn {
a { a {
background-color: @sideMenuBackground; background-color: @pageBackground;
padding-right: 67px; padding-right: 67px;
padding-left: 24px; padding-left: 24px;
} }
......
...@@ -91,7 +91,7 @@ ...@@ -91,7 +91,7 @@
.dropdown-submenu:focus > a { .dropdown-submenu:focus > a {
text-decoration: none; text-decoration: none;
color: @dropdownLinkColorHover; color: @dropdownLinkColorHover;
#gradient > .vertical(@dropdownLinkBackgroundHover, darken(@dropdownLinkBackgroundHover, 5%)); background-color: @grafanaListHighlight;
} }
// Active state // Active state
...@@ -102,7 +102,7 @@ ...@@ -102,7 +102,7 @@
color: @dropdownLinkColorActive; color: @dropdownLinkColorActive;
text-decoration: none; text-decoration: none;
outline: 0; outline: 0;
#gradient > .vertical(@dropdownLinkBackgroundActive, darken(@dropdownLinkBackgroundActive, 5%)); background-color: @grafanaListHighlight;
} }
// Disabled state // Disabled state
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment