mirror of https://github.com/ColorlibHQ/AdminLTE
Fix issue #812
parent
e6318e7386
commit
74428d3ec4
|
@ -50,7 +50,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
h3, p {
|
h3, p {
|
||||||
z-index: 5px;
|
z-index: 5;
|
||||||
}
|
}
|
||||||
|
|
||||||
// the icon
|
// the icon
|
||||||
|
|
|
@ -1480,7 +1480,7 @@ a:focus {
|
||||||
}
|
}
|
||||||
.small-box h3,
|
.small-box h3,
|
||||||
.small-box p {
|
.small-box p {
|
||||||
z-index: 5px;
|
z-index: 5;
|
||||||
}
|
}
|
||||||
.small-box .icon {
|
.small-box .icon {
|
||||||
-webkit-transition: all 0.3s linear;
|
-webkit-transition: all 0.3s linear;
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue