Files
Umbraco-CMS/components/editorControls/SettingControls/css/Values.css
T

15 lines
227 B
CSS
Raw Normal View History

2010-10-19 13:42:59 +00:00
.valuesDataEditorSettingType .value
{
padding-bottom:5px;
}
.valuesDataEditorSettingType .value .del
{
color:Red;
cursor:pointer;
}
.valuesDataEditorSettingType .value .handle
{
cursor:move;
}