mirror of
https://github.com/mdbootstrap/mdb-ui-kit.git
synced 2025-07-27 00:19:50 +03:00
Fixing minor details
This commit is contained in:
parent
de8c0ca8ca
commit
59ee9281e4
|
@ -1,9 +1,8 @@
|
||||||
.popover, .tooltip-inner {
|
.popover, .tooltip-inner {
|
||||||
color: @popover-color;
|
color: @popover-color;
|
||||||
font-weight: bold;
|
|
||||||
line-height: 1em;
|
line-height: 1em;
|
||||||
background: @popover-background;
|
background: @popover-background;
|
||||||
border: 1px solid @popover-background;
|
border: none;
|
||||||
border-radius: @material-border-radius;
|
border-radius: @material-border-radius;
|
||||||
.shadow-z-1();
|
.shadow-z-1();
|
||||||
}
|
}
|
||||||
|
|
|
@ -91,5 +91,5 @@
|
||||||
@background-disabled: #eaeaea;
|
@background-disabled: #eaeaea;
|
||||||
|
|
||||||
// Popups
|
// Popups
|
||||||
@popover-background: rgba(70,70,70,.9);
|
@popover-background: rgba(101, 101, 101, 0.9);
|
||||||
@popover-color: #ececec;
|
@popover-color: #ececec;
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
@import "_colors.less";
|
@import "_colors.less";
|
||||||
@import "_mixins.less";
|
@import "_mixins.less";
|
||||||
@import "_icons-material-design.less";
|
@import "_icons-material-design.less";
|
||||||
@import "_shadows.less";
|
|
||||||
|
|
||||||
body {
|
body {
|
||||||
background-color: #EEEEEE;
|
background-color: #EEEEEE;
|
||||||
|
@ -112,6 +112,8 @@ legend {
|
||||||
|
|
||||||
@import "_dividers.less";
|
@import "_dividers.less";
|
||||||
|
|
||||||
|
@import "_shadows.less";
|
||||||
|
|
||||||
// Prevent highlight on mobile
|
// Prevent highlight on mobile
|
||||||
* {
|
* {
|
||||||
-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
|
-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user