Commit de3bf76daa44d80d6b6125db86e633ca9fb10c6b
1 parent
cbd2bcab
Exists in
master
and in
2 other branches
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,9 +3530,10 @@ li.profile-activity-item.upload_image .activity-gallery-images-count-1 img { max | ||
3530 | top: 0px; | 3530 | top: 0px; |
3531 | left: 0px; | 3531 | left: 0px; |
3532 | padding: 0px; | 3532 | padding: 0px; |
3533 | + border: 0px !important; | ||
3533 | width: 100%; | 3534 | width: 100%; |
3534 | text-indent: -1000px; | 3535 | text-indent: -1000px; |
3535 | - background: transparent; | 3536 | + background: transparent !important; |
3536 | } | 3537 | } |
3537 | .text-editor-sidebar-box { max-height: 750px; } | 3538 | .text-editor-sidebar-box { max-height: 750px; } |
3538 | .text-editor-sidebar .header { | 3539 | .text-editor-sidebar .header { |
@@ -3540,3 +3541,6 @@ li.profile-activity-item.upload_image .activity-gallery-images-count-1 img { max | @@ -3540,3 +3541,6 @@ li.profile-activity-item.upload_image .activity-gallery-images-count-1 img { max | ||
3540 | border-color: #CE5C00; | 3541 | border-color: #CE5C00; |
3541 | background: #CE5C00; | 3542 | background: #CE5C00; |
3542 | } | 3543 | } |
3544 | +.text-editor-sidebar .header:hover { | ||
3545 | + background-color: #555; | ||
3546 | +} |