From 51230e029d4862a41b4b451aa6aaf1fd0958e3b7 Mon Sep 17 00:00:00 2001 From: Alexandre Iooss Date: Fri, 21 Aug 2020 14:21:26 +0200 Subject: [PATCH] Better navbar buttons and less shadow --- apps/note/templates/note/conso_form.html | 10 +++++----- .../note/templates/note/transaction_form.html | 19 +++++++++++-------- note_kfet/static/css/custom.css | 2 +- note_kfet/templates/base.html | 18 +++++++++--------- 4 files changed, 26 insertions(+), 23 deletions(-) diff --git a/apps/note/templates/note/conso_form.html b/apps/note/templates/note/conso_form.html index 18cac578..b59bcd98 100644 --- a/apps/note/templates/note/conso_form.html +++ b/apps/note/templates/note/conso_form.html @@ -14,7 +14,7 @@
{# User details column #}
-
+
@@ -27,7 +27,7 @@ {# User selection column #}
-
+

{% trans "Consum" %} @@ -47,7 +47,7 @@

{# Summary of consumption and consume button #}
-
+

{% trans "Select consumptions" %} @@ -70,7 +70,7 @@ {# Buttons column #}

{# Show last used buttons #} -
+

{% trans "Highlighted buttons" %} @@ -92,7 +92,7 @@ {# Regroup buttons under categories #} -

+
{# Tabs for button categories #}
- {# Preview note profile (picture, username and balance) #} + {# Preview note profile (picture, username and balance) #}
-
+
@@ -45,9 +45,10 @@ SPDX-License-Identifier: GPL-2.0-or-later
- {# list of emitters #} + + {# list of emitters #}
-
+

{% trans "Select emitters" %} @@ -66,9 +67,10 @@ SPDX-License-Identifier: GPL-2.0-or-later

-{# list of receiver #} + + {# list of receiver #}
-
+

{% trans "Select receivers" %} @@ -83,9 +85,10 @@ SPDX-License-Identifier: GPL-2.0-or-later

-{# Information on transaction (amount, reason, name,...) #} + + {# Information on transaction (amount, reason, name,...) #}
-
+

{% trans "Action" %} diff --git a/note_kfet/static/css/custom.css b/note_kfet/static/css/custom.css index 5ff37bcf..b160bfba 100644 --- a/note_kfet/static/css/custom.css +++ b/note_kfet/static/css/custom.css @@ -39,6 +39,7 @@ select.language { border: none; height: calc(1.5em + .5rem); color: #6c757d; + -moz-appearance: none; } /* Last BDE colors */ @@ -47,7 +48,6 @@ select.language { } html { scrollbar-color: rgba(121, 121, 123, 1) rgba(35, 35, 39, 1); - } body { background-color: rgba(64, 64, 64, 1); diff --git a/note_kfet/templates/base.html b/note_kfet/templates/base.html index aaef3794..fb4001b4 100644 --- a/note_kfet/templates/base.html +++ b/note_kfet/templates/base.html @@ -65,47 +65,47 @@ SPDX-License-Identifier: GPL-3.0-or-later