ulrich
2021-03-08 f278ba971e8a814cd0d9ceb1e4ebf77117f48565
commit | author | age
d3a2d9 1
U 2 .app-menu {
3   margin: 0;
4   padding: 0;
5 }
6
7 .app-menu-kopf {
8   text-align: center;
9 }
10
11 ul.app-menu {
12     list-style: none;
13 }
14
15 .app-menu-item-back {
16   margin-bottom: 0.3em;
17   cursor: pointer;
18 }
19
20 .app-menu-item {
21   text-align: right;
22   cursor: pointer;
23 }
24
25 .app-menu-item-submark {
26   color: transparent;
27   cursor: pointer;
28 }
29
8ca5e8 30 /*
U 31   Das div-Element, das das Menue aufnimmt erhaelt
32   die Klasse app-menu-content
33 */
d3a2d9 34 .app-menu-content {
U 35   overflow: hidden;
8ca5e8 36 }