From 3866a756db6c85e36d1896af8461682c8c19a2ec Mon Sep 17 00:00:00 2001 From: ulrich Date: Wed, 11 May 2022 08:40:14 +0000 Subject: [PATCH] Rueckmeldung fuer Lautstaerkeregelung unterbunden --- www/app.css | 30 +++++++++++++++++------------- 1 files changed, 17 insertions(+), 13 deletions(-) diff --git a/www/app.css b/www/app.css index 4d2a00f..fee7c6e 100644 --- a/www/app.css +++ b/www/app.css @@ -468,7 +468,7 @@ @font-face { font-family: 'pikto'; - src: url('font/pikto.ttf?68902687') format('truetype'); + src: url('font/pikto.ttf?73409988') format('truetype'); font-weight: normal; font-style: normal; } @@ -478,46 +478,45 @@ @media screen and (-webkit-min-device-pixel-ratio:0) { @font-face { font-family: 'pikto'; - src: url('../font/pikto.svg?49751252#pikto') format('svg'); + src: url('../font/pikto.svg?73409988#pikto') format('svg'); } } */ - - [class^="icon-"]:before, [class*=" icon-"]:before { +[class^="icon-"]:before, [class*=" icon-"]:before { font-family: "pikto"; font-style: normal; font-weight: normal; speak: never; - + display: inline-block; text-decoration: inherit; width: 1em; margin-right: .2em; text-align: center; /* opacity: .8; */ - + /* For safety - reset parent styles, that can break glyph codes*/ font-variant: normal; text-transform: none; - + /* fix buttons height, for twitter bootstrap */ line-height: 1em; - + /* Animation center compensation - margins should be symmetric */ /* remove if not needed */ - /* margin-left: .2em; */ - + margin-left: .2em; + /* you can be more comfortable with increased icons size */ /* font-size: 120%; */ - + /* Font smoothing. That was taken from TWBS */ -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; - + /* Uncomment for 3D effect */ /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ } - + .icon-cancel:before { content: '\e800'; } /* '' */ .icon-th-large:before { content: '\e801'; } /* '' */ .icon-th-list:before { content: '\e802'; } /* '' */ @@ -548,6 +547,8 @@ .icon-cog-alt:before { content: '\e81b'; } /* '' */ .icon-wrench:before { content: '\e81c'; } /* '' */ .icon-flash:before { content: '\e81d'; } /* '' */ +.icon-volume-down:before { content: '\e81e'; } /* '' */ +.icon-volume-up:before { content: '\e81f'; } /* '' */ .icon-rss:before { content: '\f09e'; } /* '' */ .icon-docs:before { content: '\f0c5'; } /* '' */ .icon-menu:before { content: '\f0c9'; } /* '' */ @@ -570,6 +571,9 @@ .icon-toggle-on:before { content: '\f205'; } /* '' */ .icon-podcast:before { content: '\f2ce'; } /* '' */ + + + /* Dropdown Menu */ /* Style The Dropdown Button */ -- Gitblit v1.9.3