From 13d9c047813023decc15726e52baf8104551e4ba Mon Sep 17 00:00:00 2001 From: Peter Savchenko Date: Sat, 28 Jan 2017 17:40:42 +0300 Subject: [PATCH] settings&delete icons background --- codex-editor.css | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/codex-editor.css b/codex-editor.css index f34dbb53..2f2905de 100644 --- a/codex-editor.css +++ b/codex-editor.css @@ -144,10 +144,10 @@ */ .ce-toolbar__actions{ position: absolute; - right: 10px; + right: 8px; border-radius: 2px; - padding: 2px 4px; - /*background: #f9f9fb;*/ + padding: 4px 5px; + background: #f9f9fb; } /** diff --git a/package.json b/package.json index 9dd67f5c..9a183d52 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "codex.editor", - "version": "1.3.8", + "version": "1.3.09", "description": "Codex Editor. Native JS, based on API and Open Source", "main": "index.js", "scripts": {