From a7488f38fef1960086af860063f1958fb75d58f3 Mon Sep 17 00:00:00 2001 From: nirav Date: Sun, 14 Oct 2018 18:30:40 +0530 Subject: Added info panel to show current file name, resolution and list index --- data/qwe.css | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 data/qwe.css (limited to 'data/qwe.css') diff --git a/data/qwe.css b/data/qwe.css new file mode 100644 index 0000000..375165e --- /dev/null +++ b/data/qwe.css @@ -0,0 +1,9 @@ +#info-panel { + background-color: #000000; + color: #ffffff; + padding: 0px 4px; +} + +#main-window { + background-color: #444444; +} -- cgit v1.2.3