From 2e39de56bd6f11f3a132295ef506abe3d1fd9aaa Mon Sep 17 00:00:00 2001 From: alfrix Date: Fri, 25 Nov 2022 21:02:15 -0300 Subject: [PATCH] cleanup stylesheets --- styles/base.css | 11 ----------- styles/colorized/style.css | 4 ---- styles/material-dark/style.css | 4 ---- styles/material-darker/style.css | 4 ---- styles/material-light/style.css | 4 ---- styles/z-bolt/style.css | 4 ---- 6 files changed, 31 deletions(-) diff --git a/styles/base.css b/styles/base.css index e4366bba..177d22ab 100644 --- a/styles/base.css +++ b/styles/base.css @@ -396,10 +396,6 @@ trough { margin: 0 0 0 0; } -.printing-progress-bar { - color: #00C9B4; -} - .printing-progress-text { font-size: 1.25em; font-weight: bold; @@ -456,13 +452,6 @@ trough { padding: 2em 2.5em 2em 2.5em; } -.notification { - background-clip: padding-box; - padding: .25em; - border-radius: 0 0 .25em .25em; - opacity: 0.8; -} - .system-program-grid { padding: 0.25em; padding-right: .5em; diff --git a/styles/colorized/style.css b/styles/colorized/style.css index cfb46789..1ace5b73 100644 --- a/styles/colorized/style.css +++ b/styles/colorized/style.css @@ -205,10 +205,6 @@ textview .time { color: #fdf6e3; /*base3*/ } -.printing-progress-bar { - color: #2aa198; /*solarized-cyan*/ -} - .printing-progress-text { color: #fdf6e3; /*base3*/ } diff --git a/styles/material-dark/style.css b/styles/material-dark/style.css index 38f63ab1..046d9102 100644 --- a/styles/material-dark/style.css +++ b/styles/material-dark/style.css @@ -195,10 +195,6 @@ textview .time { color: #e2e2e2; } -.printing-progress-bar { - color: #006064; -} - .printing-progress-text { color: #e2e2e2; } diff --git a/styles/material-darker/style.css b/styles/material-darker/style.css index 77188d0e..95462b57 100644 --- a/styles/material-darker/style.css +++ b/styles/material-darker/style.css @@ -179,10 +179,6 @@ textview .time { color: #e2e2e2; } -.printing-progress-bar { - color: #006064; -} - .printing-progress-text { color: #e2e2e2; } diff --git a/styles/material-light/style.css b/styles/material-light/style.css index fed6cf9d..570cc40d 100644 --- a/styles/material-light/style.css +++ b/styles/material-light/style.css @@ -228,10 +228,6 @@ textview .time { color: black; } -.printing-progress-bar { - color: #F48FB1; -} - .printing-progress-text { color: black; } diff --git a/styles/z-bolt/style.css b/styles/z-bolt/style.css index 85f88875..29fa204c 100644 --- a/styles/z-bolt/style.css +++ b/styles/z-bolt/style.css @@ -167,10 +167,6 @@ textview .time { color: #f0f0f0; } -.printing-progress-bar { - color: #00C9B4; -} - .printing-progress-text { color: white; }