There was an error while loading. Please reload this page.
2 parents 1ecd5b1 + 9d30ec4 commit 0d0786dCopy full SHA for 0d0786d
app/assets/stylesheets/cms/page_content_editing.css.scss
@@ -3,14 +3,14 @@
3
// Need to style 'EDIT'/Pencil button so it floats right and over elements for a content block
4
// Need to style 'PLUS' so it fits in the center of a space.
5
.cms-container {
6
- border: 1px solid #c0c0c0;
+ border: 1px dashed #000;
7
margin: 15px 0;
8
min-height: 100px;
9
}
10
11
.cms-container:hover {
12
- border-style: dashed;
13
- border-color: #000;
+ border-width: 2px;
+ border-color: blue;
14
15
16
.cms-add-content {
0 commit comments