From 0a9af0cd78302f9439dfe9276fce4817d0743fce Mon Sep 17 00:00:00 2001 From: ulrich <undisclosed> Date: Sat, 24 Mar 2018 19:14:44 +0000 Subject: [PATCH] Stile geaendert --- web/app.css | 18 +++++++++++------- 1 files changed, 11 insertions(+), 7 deletions(-) diff --git a/web/app.css b/web/app.css index 99e9e32..66cee52 100644 --- a/web/app.css +++ b/web/app.css @@ -29,24 +29,24 @@ min-height: 0; /* Anmerkung 1 */ } .nord { - background-color: lightgray; + background-color: black; display: flex; flex-flow: row; height: 2.5em; align-items: center; } .sued { - background-color: lightgray; + background-color: #eaeaea; /* lightgray; */ } .west { flex-grow: 0; flex-shrink: 0; flex-basis: 4em; - background-color: antiquewhite; + background-color: white; transition: all 0.3s ease-in; overflow: hidden; white-space: nowrap; - background-color: #f7f7f7; + /* background-color: #f7f7f7;*/ } .ost { flex-grow: 0; @@ -76,8 +76,12 @@ width: 1.8em; } +#nav-toggle { + /*color: white;*/ +} #app-titel { padding-left: 1em; + color: white; } .pointer-cursor { @@ -112,12 +116,12 @@ } .dlg-info { - background-color: #dcf2fb; + background-color: #dcf2fb; /* blau */ padding: 0.4em; } .nachricht { - background-color: #fffbde; + background-color: #fffbde; /* gelb */ } .form-button-footer { @@ -125,7 +129,7 @@ } .dlg-sender-edit, .dlg-sender-neu, .dlg-abspieler-neu { - background-color: #f6f6f6; + background-color: #f6f6f6; /* grau */ } .sender-eingabe, .abspieler-eingabe { -- Gitblit v1.9.3