Skip to content

Commit f3772e1

Browse files
committed
[Blueberry] Fixed .cEdit.edit_box background
1 parent 2ed2bc0 commit f3772e1

File tree

5 files changed

+5
-4
lines changed

5 files changed

+5
-4
lines changed

blueberry/css/theme-rtl.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

blueberry/css/theme-rtl.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

blueberry/css/theme.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

blueberry/css/theme.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

blueberry/scss/_common.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2727,6 +2727,7 @@ input#auto_increment_opt {
27272727
}
27282728

27292729
.edit_box {
2730+
background-color: $Color-Body-Special;
27302731
overflow-x: hidden;
27312732
overflow-y: scroll;
27322733
padding: 0;

0 commit comments

Comments
 (0)