resources: stylesheet: typo correcton
Signed-off-by: Ralf Zerres <ralf.zerres@networkx.de>
This commit is contained in:
@@ -27,36 +27,28 @@ text_box.inplace {
|
|||||||
text_box.inplace:focus {
|
text_box.inplace:focus {
|
||||||
background: #3b434a;
|
background: #3b434a;
|
||||||
border-color: #5b0f22;
|
border-color: #5b0f22;
|
||||||
/* border-color: #f8de4c; */
|
|
||||||
}
|
}
|
||||||
|
|
||||||
text_box.inplace:empty {
|
text_box.inplace:empty {
|
||||||
color: #9E9E9E
|
color: #9E9E9E;
|
||||||
border-color: #5b0f22;
|
border-color: #5b0f22;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
|
||||||
.icon_only {
|
.icon_only {
|
||||||
background: #5b0f22;
|
background: #5b0f22;
|
||||||
*/ background: transparent; */
|
icon-color: #ffffff;
|
||||||
icon-color: #fffffff;
|
|
||||||
spacing: 0;
|
spacing: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.icon_only:active {
|
.icon_only:active {
|
||||||
background: #5b0f22;
|
background: #5b0f22;
|
||||||
icon-color: #fffffff;
|
icon-color: #ffffff;
|
||||||
/* icon-color: #516475; */
|
|
||||||
/* icon-color: #dfebf5; */
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.icon_only:disabled {
|
.icon_only:disabled {
|
||||||
icon-color: #fffffff;
|
icon-color: #ffffff;
|
||||||
/* icon-color: #949ca5; */
|
background: #ffffff;
|
||||||
background: #fffffff;
|
|
||||||
/* background: transparent; */
|
|
||||||
}
|
}
|
||||||
*/
|
|
||||||
|
|
||||||
items-widget {
|
items-widget {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user