From 056eff601b6e5b93a653c51c6c4bd92cc4a597fd Mon Sep 17 00:00:00 2001 From: Oliver Hamlet Date: Sun, 6 Mar 2016 08:28:51 +0000 Subject: [PATCH] Uppercase tab labels As per the Material Design spec and LOOT's pre-Polymer 1.2 behaviour. For some reason the 1.2 element doesn't enforce this styling. --- src/gui/html/index.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/gui/html/index.html b/src/gui/html/index.html index 5b7434c6..0c950355 100644 --- a/src/gui/html/index.html +++ b/src/gui/html/index.html @@ -137,6 +137,9 @@ --paper-tabs-selection-bar-color: var(--loot-accent-color); --paper-tab-ink: var(--loot-accent-color); + --paper-tab-content: { + text-transform: uppercase; + } /* Prevents pop-in for the toggle button when a dropdown containing it is opened. */