vendor/assets/stylesheets/uikit/components/htmleditor.almost-flat.css in uikit2-rails-0.1.9 vs vendor/assets/stylesheets/uikit/components/htmleditor.almost-flat.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: HTML editor ========================================================================== */ /* Sub-object `uk-htmleditor-navbar` ========================================================================== */ @@ -43,48 +43,48 @@ /* 1 */ height: 41px; padding: 0 15px; line-height: 40px; /* 2 */ - color: #444444; + color: #444; font-size: 11px; cursor: pointer; margin-top: -1px; margin-left: -1px; border: 1px solid transparent; border-bottom-width: 0; - text-shadow: 0 1px 0 #ffffff; + text-shadow: 0 1px 0 #fff; } /* * Hover * 1. Apply hover style also to focus state * 2. Remove default focus style */ .uk-htmleditor-navbar-nav > li:hover > a, .uk-htmleditor-navbar-nav > li > a:focus { background-color: #fafafa; - color: #444444; + color: #444; outline: none; /* 2 */ position: relative; z-index: 1; border-left-color: rgba(0, 0, 0, 0.1); border-right-color: rgba(0, 0, 0, 0.1); border-top-color: rgba(0, 0, 0, 0.1); } /* OnClick */ .uk-htmleditor-navbar-nav > li > a:active { - background-color: #eeeeee; - color: #444444; + background-color: #eee; + color: #444; border-left-color: rgba(0, 0, 0, 0.1); border-right-color: rgba(0, 0, 0, 0.1); border-top-color: rgba(0, 0, 0, 0.2); } /* Active */ .uk-htmleditor-navbar-nav > li.uk-active > a { background-color: #fafafa; - color: #444444; + color: #444; border-left-color: rgba(0, 0, 0, 0.1); border-right-color: rgba(0, 0, 0, 0.1); border-top-color: rgba(0, 0, 0, 0.1); } /* Sub-object: `uk-htmleditor-navbar-flip` @@ -99,14 +99,14 @@ display: none; } /* Sub-object `uk-htmleditor-content` ========================================================================== */ .uk-htmleditor-content { - border-left: 1px solid #dddddd; - border-right: 1px solid #dddddd; - border-bottom: 1px solid #dddddd; - background: #ffffff; + border-left: 1px solid #ddd; + border-right: 1px solid #ddd; + border-bottom: 1px solid #ddd; + background: #fff; border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; } /* * Micro clearfix @@ -164,10 +164,10 @@ [data-mode='split'] .uk-htmleditor-preview { float: left; width: 50%; } [data-mode='split'] .uk-htmleditor-code { - border-right: 1px solid #eeeeee; + border-right: 1px solid #eee; } /* Sub-object `uk-htmleditor-iframe` ========================================================================== */ .uk-htmleditor-iframe { position: absolute;