app/assets/stylesheets/pages.css.scss in brightcontent-pages-2.0.30 vs app/assets/stylesheets/pages.css.scss in brightcontent-pages-2.0.31
- old
+ new
@@ -16,11 +16,11 @@
li{
position: relative;
list-style: none outside none;
}
- a{
+ .link{
font-weight:normal;
text-decoration:none;
margin-left:30px;
margin-right:120px;
display:block;
@@ -45,17 +45,17 @@
.item{
background: #fff;
border: 1px solid #ddd;
margin-bottom: -1px;
- a { font-weight: bold; }
+ .link { font-weight: bold; }
&:hover{ background: #ffc; }
}
.nested_set .item {
background: #f7f7f7;
- a { font-weight: normal; color: #333; }
+ .link { font-weight: normal; color: #333; }
&:hover{ background: #ffc; }
}
.nested_set .nested_set .item {
background: #eee;
@@ -67,8 +67,19 @@
}
.ui-nestedSortable-error {
background: #FAA;
color: #8a1f11;
+ }
+
+ .controls {
+ display: none;
+ position: absolute;
+ right: 13px;
+ top: 11px;
+ }
+
+ .item:hover .controls {
+ display: block;
}
}