Commit de3bf76daa44d80d6b6125db86e633ca9fb10c6b

Authored by Valessio Brito
1 parent cbd2bcab

style button add images

Showing 1 changed file with 5 additions and 1 deletions   Show diff stats
style.css
... ... @@ -3530,9 +3530,10 @@ li.profile-activity-item.upload_image .activity-gallery-images-count-1 img { max
3530 3530 top: 0px;
3531 3531 left: 0px;
3532 3532 padding: 0px;
  3533 + border: 0px !important;
3533 3534 width: 100%;
3534 3535 text-indent: -1000px;
3535   - background: transparent;
  3536 + background: transparent !important;
3536 3537 }
3537 3538 .text-editor-sidebar-box { max-height: 750px; }
3538 3539 .text-editor-sidebar .header {
... ... @@ -3540,3 +3541,6 @@ li.profile-activity-item.upload_image .activity-gallery-images-count-1 img { max
3540 3541 border-color: #CE5C00;
3541 3542 background: #CE5C00;
3542 3543 }
  3544 +.text-editor-sidebar .header:hover {
  3545 + background-color: #555;
  3546 +}
... ...