From e29d8959932952d782e7f4fda29adecf04c79141 Mon Sep 17 00:00:00 2001 From: Fabien Pinckaers Date: Tue, 17 Sep 2013 22:04:50 +0200 Subject: [PATCH] [IMP] CSS table-panel more visible bzr revid: fp@openerp.com-20130917200450-php2dcprphvdit5r --- addons/website/static/src/css/editor.css | 3 +++ addons/website/static/src/css/editor.sass | 2 ++ 2 files changed, 5 insertions(+) diff --git a/addons/website/static/src/css/editor.css b/addons/website/static/src/css/editor.css index 2a2fadd4811..030417b3f21 100644 --- a/addons/website/static/src/css/editor.css +++ b/addons/website/static/src/css/editor.css @@ -100,6 +100,9 @@ table.editorbar-panel { cursor: pointer; width: 100%; } +table.editorbar-panel td { + border: 1px solid #aaaaaa; +} table.editorbar-panel td.selected { background-color: #b1c9d9; } diff --git a/addons/website/static/src/css/editor.sass b/addons/website/static/src/css/editor.sass index c5003dc64dc..74802aec87b 100644 --- a/addons/website/static/src/css/editor.sass +++ b/addons/website/static/src/css/editor.sass @@ -88,6 +88,8 @@ table.editorbar-panel cursor: pointer width: 100% + td + border: 1px solid #aaa td.selected background-color: #b1c9d9