vendor/assets/stylesheets/uikit/components/htmleditor.css in uikit2-rails-0.1.9 vs vendor/assets/stylesheets/uikit/components/htmleditor.css in uikit2-rails-0.1.10

- old
+ new

@@ -1,13 +1,13 @@ -/*! 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` ========================================================================== */ .uk-htmleditor-navbar { - background: #eeeeee; + background: #eee; } /* * Micro clearfix */ .uk-htmleditor-navbar:before, @@ -40,11 +40,11 @@ /* 1 */ height: 40px; padding: 0 15px; line-height: 40px; /* 2 */ - color: #444444; + color: #444; font-size: 11px; cursor: pointer; } /* * Hover @@ -52,23 +52,23 @@ * 2. Remove default focus style */ .uk-htmleditor-navbar-nav > li:hover > a, .uk-htmleditor-navbar-nav > li > a:focus { background-color: #f5f5f5; - color: #444444; + color: #444; outline: none; /* 2 */ } /* OnClick */ .uk-htmleditor-navbar-nav > li > a:active { - background-color: #dddddd; - color: #444444; + background-color: #ddd; + color: #444; } /* Active */ .uk-htmleditor-navbar-nav > li.uk-active > a { background-color: #f5f5f5; - color: #444444; + color: #444; } /* Sub-object: `uk-htmleditor-navbar-flip` ========================================================================== */ .uk-htmleditor-navbar-flip { float: right; @@ -80,14 +80,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; } /* * Micro clearfix */ .uk-htmleditor-content:before, @@ -143,10 +143,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;