From 59ee9281e4922d2bbfe322565866ac9ad018e6b2 Mon Sep 17 00:00:00 2001 From: GradyD Date: Fri, 13 Mar 2015 23:26:08 -0400 Subject: [PATCH] Fixing minor details --- less/_popups.less | 3 +-- less/_variables.less | 2 +- less/material.less | 4 +++- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/less/_popups.less b/less/_popups.less index b9a570d5..d37b549f 100644 --- a/less/_popups.less +++ b/less/_popups.less @@ -1,9 +1,8 @@ .popover, .tooltip-inner { color: @popover-color; - font-weight: bold; line-height: 1em; background: @popover-background; - border: 1px solid @popover-background; + border: none; border-radius: @material-border-radius; .shadow-z-1(); } diff --git a/less/_variables.less b/less/_variables.less index d5be9d0b..3b55a693 100644 --- a/less/_variables.less +++ b/less/_variables.less @@ -91,5 +91,5 @@ @background-disabled: #eaeaea; // Popups -@popover-background: rgba(70,70,70,.9); +@popover-background: rgba(101, 101, 101, 0.9); @popover-color: #ececec; diff --git a/less/material.less b/less/material.less index 8852e408..4e54f272 100644 --- a/less/material.less +++ b/less/material.less @@ -2,7 +2,7 @@ @import "_colors.less"; @import "_mixins.less"; @import "_icons-material-design.less"; -@import "_shadows.less"; + body { background-color: #EEEEEE; @@ -112,6 +112,8 @@ legend { @import "_dividers.less"; +@import "_shadows.less"; + // Prevent highlight on mobile * { -webkit-tap-highlight-color: rgba(255, 255, 255, 0);