diff options
author | Fulup Ar Foll <fulup@iot.bzh> | 2016-02-12 15:35:00 +0100 |
---|---|---|
committer | Fulup Ar Foll <fulup@iot.bzh> | 2016-02-12 15:35:00 +0100 |
commit | a79d1fc845f31cda41b55b0ffb9aa807732bbcd0 (patch) | |
tree | 7a4bea13eeae768530e74ff5f4b849c2e7562802 /afm-client/app/Frontend/widgets/ActionButtons/ActionButtons.scss | |
parent | eac68b18429b5e8bfb2aa8823d4f9a93f4e2ef5d (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.scss | 13 |
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;} + } } |