From c9c94e8a384b31c7b3e3c3628df7c48833f7e492 Mon Sep 17 00:00:00 2001 From: Utkarsh Singh Date: Tue, 10 Oct 2017 13:39:36 +0530 Subject: [PATCH] Committing 'Disable Pending Modules' code --- 400-SOURCECODE/AIAHTML5.Web/app/widget/MainMenu.html | 2 +- 400-SOURCECODE/AIAHTML5.Web/themes/default/css/bootstrap/3.3.6/main.css | 9 ++++++++- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/400-SOURCECODE/AIAHTML5.Web/app/widget/MainMenu.html b/400-SOURCECODE/AIAHTML5.Web/app/widget/MainMenu.html index 0251686..69c183b 100644 --- a/400-SOURCECODE/AIAHTML5.Web/app/widget/MainMenu.html +++ b/400-SOURCECODE/AIAHTML5.Web/app/widget/MainMenu.html @@ -26,7 +26,7 @@ diff --git a/400-SOURCECODE/AIAHTML5.Web/themes/default/css/bootstrap/3.3.6/main.css b/400-SOURCECODE/AIAHTML5.Web/themes/default/css/bootstrap/3.3.6/main.css index 34a1702..5d2248b 100644 --- a/400-SOURCECODE/AIAHTML5.Web/themes/default/css/bootstrap/3.3.6/main.css +++ b/400-SOURCECODE/AIAHTML5.Web/themes/default/css/bootstrap/3.3.6/main.css @@ -1093,4 +1093,11 @@ color:#ffffff !important; width : 400px !important; - } \ No newline at end of file + } + +li[disabled], a[disabled] { + pointer-events: none; +} +a[disabled] { + color: #aaa !important; +} \ No newline at end of file -- libgit2 0.21.4