You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by ah...@apache.org on 2022/04/26 09:54:18 UTC

[isis] branch master updated: ISIS-3025: CSS: make disabled action buttons more distinguished from others

This is an automated email from the ASF dual-hosted git repository.

ahuber pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/isis.git


The following commit(s) were added to refs/heads/master by this push:
     new b1437b1cab ISIS-3025: CSS: make disabled action buttons more distinguished from others
b1437b1cab is described below

commit b1437b1cabb1929155387d7505d63d8fa161fadb
Author: Andi Huber <ah...@apache.org>
AuthorDate: Tue Apr 26 11:54:10 2022 +0200

    ISIS-3025: CSS: make disabled action buttons more distinguished from
    others
---
 .../apache/isis/viewer/wicket/ui/pages/bootstrap-overrides-all-v2.css | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/viewers/wicket/ui/src/main/java/org/apache/isis/viewer/wicket/ui/pages/bootstrap-overrides-all-v2.css b/viewers/wicket/ui/src/main/java/org/apache/isis/viewer/wicket/ui/pages/bootstrap-overrides-all-v2.css
index e245c5015a..c0c850b0ee 100644
--- a/viewers/wicket/ui/src/main/java/org/apache/isis/viewer/wicket/ui/pages/bootstrap-overrides-all-v2.css
+++ b/viewers/wicket/ui/src/main/java/org/apache/isis/viewer/wicket/ui/pages/bootstrap-overrides-all-v2.css
@@ -589,8 +589,10 @@ div.additionalLinkList {
    (assuming changing of background transparency is reasonable to apply to light as well as dark themes) */
 .btn.disabled, .btn[disabled], fieldset[disabled] .btn {
     cursor: not-allowed!important;
-    opacity: 0.65;
+    opacity: 0.5;
     box-shadow: none;
+    border-style: none;
+	text-decoration-line: line-through;
 }
 
 /* make sure there is no gap between the menu toggle and its menu, otherwise menu hides on focus transition*/