mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
ux(): button style tweaks, align with grafana.net styles more
This commit is contained in:
@@ -282,8 +282,7 @@
|
||||
color: $text-color;
|
||||
text-shadow: $textShadow;
|
||||
@include gradient-vertical($primaryColor, $secondaryColor);
|
||||
border-color: $secondaryColor $secondaryColor darken($secondaryColor, 15%);
|
||||
border-color: rgba(0,0,0,.1) rgba(0,0,0,.1) fadein(rgba(0,0,0,.1), 15%);
|
||||
border-color: $primaryColor;
|
||||
}
|
||||
|
||||
// Gradients
|
||||
|
||||
Reference in New Issue
Block a user