aboutsummaryrefslogtreecommitdiffstats
path: root/package/kernel/button-hotplug
Commit message (Expand)AuthorAgeFilesLines
* kernel: replace SUBDIRS with M in package recipesTomasz Maciej Nowak2020-02-221-1/+1
* button-hotplug: add KEY_POWER2 handlingAlan Swanson2019-05-301-0/+1
* build: use KERNEL_MAKE_FLAGS for kernel file compilationsKarl Vogel2017-10-291-2/+1
* treewide: add license tagsFlorian Eckert2017-06-241-0/+1
* kernel/button-hotplug: drop Build/Prepare rule in favor of default oneAlexandru Ardelean2016-10-151-5/+0
* treewide: replace nbd@openwrt.org with nbd@nbd.nameFelix Fietkau2016-06-071-1/+1
* button-hotplug: remove #ifdef CONFIG_HOTPLUG, it is gone in newer kernelsFelix Fietkau2014-05-231-7/+0
* button-hotplug: describe module a bit better & mention gpio-button-hotplugHauke Mehrtens2014-05-141-1/+2
* gpio-button-hotplug: add wwan buttonHauke Mehrtens2014-01-141-2/+1
* button-hotplug: sync list of supported keys with gpio-button-hotplugJohn Crispin2013-11-071-0/+1
* button-hotplug: add missing dependency on kmod-input-coreFelix Fietkau2013-07-191-0/+1
* button-hotplug: Add KEY_POWER handlingJohn Crispin2013-07-041-0/+1
* packages: clean up the package folderJohn Crispin2013-06-214-0/+405
0 } /* Literal.String.Escape */ .highlight .sh { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Heredoc */ .highlight .si { color: #3333bb; background-color: #fff0f0 } /* Literal.String.Interpol */ .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 */
.eventlog {

    height: 200px;
    flex: 0 0 auto;

    display: flex;
    flex-direction: column;

    > div {
        background-color: #F2F2F2;
        padding: 0 5px;
        flex: 0 0 auto;
        border-top: 1px solid #aaa;
        cursor: row-resize;
    }

    > pre {
        flex: 1 1 auto;

        margin: 0;
        border-radius: 0;
        overflow-x: auto;
        overflow-y: scroll;
        background-color: #fcfcfc;
    }

    .fa-close {
        cursor: pointer;
        float: right;
        color: grey;
        padding: 3px 0;
        padding-left: 10px;
        &:hover {
            color: black;
        }
    }

    .btn-toggle {
        margin-top: -2px;
        margin-left: 3px;
        padding: 2px 2px;
        font-size: 10px;
        line-height: 10px;
        border-radius: 2px;
    }
    .label {
        cursor: pointer;
        vertical-align: middle;
        display: inline-block;
        margin-top: -2px;
        margin-left: 3px;
    }
}