Skip to content

Commit 7c75935

Browse files
authored
Merge pull request #7714 from Sesquipedalian/attach_ui_tweak
Avoids hard-coded background colour for .attach-ui
2 parents 070a83d + 662cdd0 commit 7c75935

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Themes/default/Post.template.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,7 @@ function addPollOption()
362362
<div class="files" id="attachment_previews">
363363
<div id="au-template">
364364
<div class="attachment_preview_wrapper">
365-
<div class="attach-ui">
365+
<div class="attach-ui roundframe">
366366
<a data-dz-remove class="main_icons delete floatright cancel"></a>
367367
<div class="attached_BBC_width_height">
368368
<div class="attached_BBC_width">

Themes/default/css/attachments.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,10 +150,11 @@ div#post_attachments_area.roundframe {
150150
position: absolute;
151151
right: 5px;
152152
top: 5px;
153-
background: white;
154153
border-radius: 4px;
155154
padding: 0.5ch;
156155
min-height: initial;
156+
margin: 0;
157+
box-shadow: none;
157158
}
158159
#post_attachments_area .attached_BBC_width_height {
159160
display: none;

0 commit comments

Comments
 (0)