Lightened pod header background and added border around tags as per MT

This commit is contained in:
Gregg8 2018-01-16 16:07:41 +11:00
parent 9e94099353
commit 0d02ba3c2f
2 changed files with 4 additions and 3 deletions

View File

@ -32,7 +32,7 @@
:border-bottom-right-radius border-radius}]
[:.app-db-path--header
{:background-color "#48494A" ; Name this navbar tint-lighter
{:background-color "#797B7B" ; Name this navbar tint-lighter
:color "white"
:height common/gs-31
:border-top-left-radius border-radius

View File

@ -61,10 +61,11 @@
:class "noselect"
:style {:color "white"
:background-color (tag-color type)
:width common/gs-50s
:height common/gs-19s
:width "48px" ;common/gs-50s
:height "17px" ;common/gs-19s
:font-size "10px"
:font-weight "bold"
:border "1px solid #bdbdbd"
:border-radius "3px"}
:child [:span {:style {:margin "auto"}} label]])