Fixing minor details

This commit is contained in:
GradyD 2015-03-13 23:26:08 -04:00
parent de8c0ca8ca
commit 59ee9281e4
3 changed files with 5 additions and 4 deletions

View File

@ -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();
}

View File

@ -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;

View File

@ -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);