mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2025-03-01 10:33:28 +00:00
* Toggle-Buttons for Component Remote Control (#677) * Update remote.js * Handle Component Updates individually * Avoid unnecessary updates Co-authored-by: brindosch <edeltraud70@gmx.de>
This commit is contained in:
@@ -12,7 +12,6 @@ body{font-family:Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:15
|
||||
body{
|
||||
overflow-y: scroll;
|
||||
}
|
||||
.btn{margin: 2px 0;}
|
||||
/*
|
||||
#page-wrapper a[target=_blank]::after {
|
||||
content:"\f08e";
|
||||
@@ -217,6 +216,8 @@ table label{margin:0}
|
||||
}
|
||||
|
||||
/*simple ripple effect for li a and btn*/
|
||||
/* Breaks Bootstrap toggle; position: relative */
|
||||
/*
|
||||
.btn, li a{
|
||||
position: relative;
|
||||
overflow: hidden;
|
||||
@@ -264,6 +265,7 @@ li a:active:after {
|
||||
opacity: .2;
|
||||
transition: 0s;
|
||||
}
|
||||
*/
|
||||
|
||||
/*Bootstrap callouts*/
|
||||
.bs-callout {
|
||||
|
Reference in New Issue
Block a user