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 {
|
||||
background: #3b434a;
|
||||
border-color: #5b0f22;
|
||||
/* border-color: #f8de4c; */
|
||||
}
|
||||
|
||||
text_box.inplace:empty {
|
||||
color: #9E9E9E
|
||||
color: #9E9E9E;
|
||||
border-color: #5b0f22;
|
||||
}
|
||||
|
||||
/*
|
||||
.icon_only {
|
||||
background: #5b0f22;
|
||||
*/ background: transparent; */
|
||||
icon-color: #fffffff;
|
||||
icon-color: #ffffff;
|
||||
spacing: 0;
|
||||
}
|
||||
|
||||
.icon_only:active {
|
||||
background: #5b0f22;
|
||||
icon-color: #fffffff;
|
||||
/* icon-color: #516475; */
|
||||
/* icon-color: #dfebf5; */
|
||||
icon-color: #ffffff;
|
||||
}
|
||||
|
||||
.icon_only:disabled {
|
||||
icon-color: #fffffff;
|
||||
/* icon-color: #949ca5; */
|
||||
background: #fffffff;
|
||||
/* background: transparent; */
|
||||
icon-color: #ffffff;
|
||||
background: #ffffff;
|
||||
}
|
||||
*/
|
||||
|
||||
items-widget {
|
||||
padding: 0;
|
||||
|
||||
Reference in New Issue
Block a user