resource: stylesheet: advotracker.css

Signed-off-by: Ralf Zerres <ralf.zerres@networkx.de>
This commit is contained in:
2020-07-03 01:15:37 +02:00
parent a89e400029
commit e079d34663

View File

@@ -0,0 +1,83 @@
.top_bar {
padding-left: 4;
padding-right: 4;
min-height: 52;
background: #475b6e;
}
.bottom_bar {
height: 40;
background: #475b6e;
}
.header {
font-size: 24;
font-family: "Roboto Medium";
}
text_box.inplace {
color: #dfebf5;
background: transparent;
border-color: transparent;
border-width: 1;
border-radius: 2;
padding: 6;
}
text_box.inplace:focus {
background: #3b434a;
border-color: #5b0f22;
/* border-color: #f8de4c; */
}
text_box.inplace:empty {
color: #9E9E9E
border-color: #5b0f22;
}
/*
.icon_only {
background: #5b0f22;
*/ background: transparent; */
icon-color: #fffffff;
spacing: 0;
}
.icon_only:active {
background: #5b0f22;
icon-color: #fffffff;
/* icon-color: #516475; */
/* icon-color: #dfebf5; */
}
.icon_only:disabled {
icon-color: #fffffff;
/* icon-color: #949ca5; */
background: #fffffff;
/* background: transparent; */
}
*/
items-widget {
padding: 0;
border-color: transparent;
}
.transparent {
icon-color: transparent;
background: transparent;
}
.transparent:active {
icon-color: transparent;
background: transparent;
}
.item_button {
background: transparent;
border-radius: 0;
}
.separator {
background: #212121;
}