From 28c3672b01b44a5f09e290b597fed2684395f8bd Mon Sep 17 00:00:00 2001 From: Paul Schneider Date: Fri, 17 Mar 2017 01:57:56 +0100 Subject: [PATCH] a disabled style --- Yavsc/wwwroot/css/main/site.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Yavsc/wwwroot/css/main/site.css b/Yavsc/wwwroot/css/main/site.css index 795027d4..fec9e4be 100644 --- a/Yavsc/wwwroot/css/main/site.css +++ b/Yavsc/wwwroot/css/main/site.css @@ -84,6 +84,7 @@ a:hover { padding:1em; margin:1em; color: black; + background-color: inherit; } /* Set widths on the form inputs since otherwise they're 100% wide */ input, @@ -109,7 +110,9 @@ select, -webkit-transform: initial; transform: initial; } - +.disabled { + background-color: #555; +} /* Set widths on image and video, since otherwise they use their native resolution */ /* .navbar-reac */