From 095f485b2dfe624dede03ee8ada942abb6479797 Mon Sep 17 00:00:00 2001 From: Darren Date: Wed, 13 Aug 2014 17:50:35 +0100 Subject: [PATCH] textstyle plugin reset --- client/assets/plugins/textstyle.html | 64 ++++++++++++++++++++++++---- 1 file changed, 55 insertions(+), 9 deletions(-) diff --git a/client/assets/plugins/textstyle.html b/client/assets/plugins/textstyle.html index 17b9538..1097b52 100644 --- a/client/assets/plugins/textstyle.html +++ b/client/assets/plugins/textstyle.html @@ -19,6 +19,13 @@ float: left; cursor: pointer; } + #kiwi .style-color-selected { + -webkit-box-shadow: inset 0px 0px 5px 0px rgba(255, 255, 255, 0.75); + -moz-box-shadow: inset 0px 0px 5px 0px rgba(255, 255, 255, 0.75); + box-shadow: inset 0px 0px 5px 0px rgba(255, 255, 255, 0.75); + z-index: 10; + position: relative; + } #kiwi .style-formats { margin: 10px 0; @@ -35,15 +42,25 @@ #kiwi .style-format-bold { font-weight: bold; } #kiwi .style-format-italic { font-style: italic; } #kiwi .style-format-underline { text-decoration: underline; } + #kiwi .style-reset { + color: #D6D6D6; + font-size: 20px; + text-align: right; + display: block; + cursor: pointer; + margin: 5px 6px 10px; + }