aboutsummaryrefslogtreecommitdiff
path: root/chrome/css
diff options
context:
space:
mode:
authorpapush2021-05-26 11:50:02 +0200
committerpapush2021-05-26 11:50:02 +0200
commit57468d5d473707b65d2635b55619523159cf1cf6 (patch)
treea9d2a8a9ca49b55956392c48d14e135eab6c5df7 /chrome/css
parenta993f7c62c1becdef805dd54ee22c1265dfc3615 (diff)
visual feedback that a redirect is disabled
Diffstat (limited to 'chrome/css')
-rw-r--r--chrome/css/redirector.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/chrome/css/redirector.css b/chrome/css/redirector.css
index f655e77..75362e5 100644
--- a/chrome/css/redirector.css
+++ b/chrome/css/redirector.css
@@ -72,3 +72,8 @@ h5 { text-align:center; margin:0px; padding-left:130px; }
padding:10px;
box-shadow: 0px 0px 4px black;
}
+
+.disabled {
+ font-weight: bold;
+ color: red;
+}