vendor/assets/stylesheets/uikit/components/tooltip.css in uikit2-rails-0.1.9 vs vendor/assets/stylesheets/uikit/components/tooltip.css in uikit2-rails-0.1.10
- old
+ new
@@ -1,6 +1,6 @@
-/*! UIkit 2.26.3 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
+/*! UIkit 2.27.2 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
/* ========================================================================
Component: Tooltip
========================================================================== */
/*
* 1. Hide by default
@@ -17,14 +17,15 @@
/* 3 */
box-sizing: border-box;
max-width: 200px;
padding: 5px 8px;
/* 4 */
- background: #333333;
+ background: #333;
color: rgba(255, 255, 255, 0.7);
font-size: 12px;
line-height: 18px;
+ word-break: break-all;
}
/* Triangle
========================================================================== */
/*
* 1. Dashed is less antialised than solid
@@ -34,11 +35,11 @@
display: block;
position: absolute;
width: 0;
height: 0;
/* 1 */
- border: 5px dashed #333333;
+ border: 5px dashed #333;
}
/* Direction modifiers
========================================================================== */
/*
* Top
@@ -49,11 +50,11 @@
bottom: -5px;
border-top-style: solid;
border-bottom: none;
border-left-color: transparent;
border-right-color: transparent;
- border-top-color: #333333;
+ border-top-color: #333;
}
/*
* Bottom
*/
.uk-tooltip-bottom:after,
@@ -62,11 +63,11 @@
top: -5px;
border-bottom-style: solid;
border-top: none;
border-left-color: transparent;
border-right-color: transparent;
- border-bottom-color: #333333;
+ border-bottom-color: #333;
}
/*
* Top/Bottom center
*/
.uk-tooltip-top:after,
@@ -97,11 +98,11 @@
margin-top: -5px;
border-left-style: solid;
border-right: none;
border-top-color: transparent;
border-bottom-color: transparent;
- border-left-color: #333333;
+ border-left-color: #333;
}
/*
* Right
*/
.uk-tooltip-right:after {
@@ -110,7 +111,7 @@
margin-top: -5px;
border-right-style: solid;
border-left: none;
border-top-color: transparent;
border-bottom-color: transparent;
- border-right-color: #333333;
+ border-right-color: #333;
}