summaryrefslogtreecommitdiffstats
path: root/meta-agl-bsp/conf/layer.conf
diff options
context:
space:
mode:
authorJan-Simon Moeller <jsmoeller@linuxfoundation.org>2023-11-03 13:02:19 +0100
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2023-11-03 15:44:38 +0000
commitbfcc770fdbe3e1d73bee8559462214c640b684e4 (patch)
tree64431898d58181ad68da0a4824b18252444d7718 /meta-agl-bsp/conf/layer.conf
parent08dcffe9060f587d3746729cec673914a4b30c6c (diff)
Fixup folder change in meta-ti-bsp
Meta-ti-bsp breaks expectations of the output folder in its layer.conf Enforce the usual folder structure. Bug-AGL: SPEC-4957 Change-Id: Ie887e83015dcb9be609289442840b131cbad1b32 Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org> Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/29360
Diffstat (limited to 'meta-agl-bsp/conf/layer.conf')
0 files changed, 0 insertions, 0 deletions
terpol */ .highlight .sx { color: #22bb22; background-color: #f0fff0 } /* Literal.String.Other */ .highlight .sr { color: #008800; background-color: #fff0ff } /* Literal.String.Regex */ .highlight .s1 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Single */ .highlight .ss { color: #aa6600; background-color: #fff0f0 } /* Literal.String.Symbol */ .highlight .bp { color: #003388 } /* Name.Builtin.Pseudo */ .highlight .fm { color: #0066bb; font-weight: bold } /* Name.Function.Magic */ .highlight .vc { color: #336699 } /* Name.Variable.Class */ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */
/* 
 * Copyright (C) 2015 "IoT.bzh"
 * Author "Fulup Ar Foll"
 *
 * This program is free software: you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation, either version 3 of the License, or
 * (at your option) any later version.
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 *
 * You should have received a copy of the GNU General Public License
 * along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */

@import "app/ibz-mixins";

// place here your submit buttons customization
appli-button {
    @include ibz-button(grey,1rem)
    img {
        height: 3rem;
    }
    
    
    .disable>i {
      text-decoration:none; // really not needed for the Top Bar, just for general technique
      cursor: auto;
      color: grey !important;
    }
}

.appli-menu-start {    
    .start-start, .stop-stop {
        i {color: grey;}
    }
}