Skip to content

Commit 0d0786d

Browse files
committed
Merge pull request connamara#5 from ryoung/master
update styles
2 parents 1ecd5b1 + 9d30ec4 commit 0d0786d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

app/assets/stylesheets/cms/page_content_editing.css.scss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33
// Need to style 'EDIT'/Pencil button so it floats right and over elements for a content block
44
// Need to style 'PLUS' so it fits in the center of a space.
55
.cms-container {
6-
border: 1px solid #c0c0c0;
6+
border: 1px dashed #000;
77
margin: 15px 0;
88
min-height: 100px;
99
}
1010

1111
.cms-container:hover {
12-
border-style: dashed;
13-
border-color: #000;
12+
border-width: 2px;
13+
border-color: blue;
1414
}
1515

1616
.cms-add-content {

0 commit comments

Comments
 (0)