Skip to content

Commit ba04991

Browse files
author
Denisov21
committed
Merge pull request #3 from anhulife/patch-1
update #not-editor element background
2 parents bb54166 + 0c1cb38 commit ba04991

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

light-soda.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@
124124
-webkit-box-orient: vertical;
125125
-webkit-box-pack: center;
126126
-webkit-box-align: center;
127-
background: rgba(51, 51, 51, 0) url('file://localhost/Applications/Brackets%20Sprint%2027.app/Contents/www/styles/images/no_content_bg.svg') no-repeat center 45%;
127+
background-color: rgba(51, 51, 51, 0);
128128
/* opacity: .07;*/
129129
}
130130

@@ -142,7 +142,7 @@
142142
-webkit-box-align: center;
143143
-moz-box-align: center;
144144
box-align: center;
145-
background: #242424;
145+
background-color: #242424;
146146

147147
}
148148

0 commit comments

Comments
 (0)