summaryrefslogtreecommitdiffstats
path: root/afm-client/app/Frontend/widgets/ActionButtons/ActionButtons.scss
diff options
context:
space:
mode:
authorFulup Ar Foll <fulup@iot.bzh>2016-02-12 15:35:00 +0100
committerFulup Ar Foll <fulup@iot.bzh>2016-02-12 15:35:00 +0100
commita79d1fc845f31cda41b55b0ffb9aa807732bbcd0 (patch)
tree7a4bea13eeae768530e74ff5f4b849c2e7562802 /afm-client/app/Frontend/widgets/ActionButtons/ActionButtons.scss
parenteac68b18429b5e8bfb2aa8823d4f9a93f4e2ef5d (diff)
Fixed Mutiple AutoStart Call & added Application Menu Context
Diffstat (limited to 'afm-client/app/Frontend/widgets/ActionButtons/ActionButtons.scss')
-rw-r--r--afm-client/app/Frontend/widgets/ActionButtons/ActionButtons.scss13
1 files changed, 13 insertions, 0 deletions
diff --git a/afm-client/app/Frontend/widgets/ActionButtons/ActionButtons.scss b/afm-client/app/Frontend/widgets/ActionButtons/ActionButtons.scss
index 16f7bb5..6daba6a 100644
--- a/afm-client/app/Frontend/widgets/ActionButtons/ActionButtons.scss
+++ b/afm-client/app/Frontend/widgets/ActionButtons/ActionButtons.scss
@@ -24,4 +24,17 @@ appli-button {
img {
height: 3rem;
}
+
+
+ .disable>i {
+ text-decoration:none; // really not needed for the Top Bar, just for general technique
+ cursor: auto;
+ color: grey !important;
+ }
+}
+
+#appliActionMenu {
+ .start-start, .stop-stop {
+ i {color: grey;}
+ }
}