15b11f3c by Marty Penner

Add an indicator to unfilled group titles

1 parent a162b02a
......@@ -1315,6 +1315,7 @@ h6.fieldset-heading {
.option-groups-region .ui-icon ~ .ui-icon {
left: -15px;
cursor: pointer;
}
.option-groups-region .field-option .ui-icon {
......@@ -1383,7 +1384,8 @@ h6.fieldset-heading {
.option-groups-region .group-title,
.option-groups-region .editable-group-title {
width: 400px;
max-width: 76%;
min-width: 50px;
min-height: 15px;
position: relative;
left: -14px;
......@@ -1395,6 +1397,11 @@ h6.fieldset-heading {
overflow: hidden;
cursor: pointer;
top: 2px;
box-shadow: 0 0 2px 2px rgb(33, 117, 155);
}
.option-groups-region .filled-title {
box-shadow: none;
}
.option-groups-region .group-title:hover {
......