From de3bf76daa44d80d6b6125db86e633ca9fb10c6b Mon Sep 17 00:00:00 2001 From: ValessioBrito Date: Wed, 29 Apr 2015 21:58:14 -0300 Subject: [PATCH] style button add images --- style.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/style.css b/style.css index 32f869f..f374d4c 100644 --- a/style.css +++ b/style.css @@ -3530,9 +3530,10 @@ li.profile-activity-item.upload_image .activity-gallery-images-count-1 img { max top: 0px; left: 0px; padding: 0px; + border: 0px !important; width: 100%; text-indent: -1000px; - background: transparent; + background: transparent !important; } .text-editor-sidebar-box { max-height: 750px; } .text-editor-sidebar .header { @@ -3540,3 +3541,6 @@ li.profile-activity-item.upload_image .activity-gallery-images-count-1 img { max border-color: #CE5C00; background: #CE5C00; } +.text-editor-sidebar .header:hover { + background-color: #555; +} -- libgit2 0.21.2