From e079d34663ae3b4cd8dd4e728d4fd92fb770ea02 Mon Sep 17 00:00:00 2001 From: Ralf Zerres Date: Fri, 3 Jul 2020 01:15:37 +0200 Subject: [PATCH] resource: stylesheet: advotracker.css Signed-off-by: Ralf Zerres --- .../resources/stylesheets/advotracker.css | 83 +++++++++++++++++++ 1 file changed, 83 insertions(+) diff --git a/advotracker/resources/stylesheets/advotracker.css b/advotracker/resources/stylesheets/advotracker.css index e69de29..87c1f78 100644 --- a/advotracker/resources/stylesheets/advotracker.css +++ b/advotracker/resources/stylesheets/advotracker.css @@ -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; +}