mirror of
https://github.com/mdbootstrap/mdb-ui-kit.git
synced 2025-07-25 15:39:59 +03:00
Fixing minor details
This commit is contained in:
parent
de8c0ca8ca
commit
59ee9281e4
|
@ -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();
|
||||
}
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue
Block a user