Lightened pod header background and added border around tags as per MT
This commit is contained in:
parent
9e94099353
commit
0d02ba3c2f
|
@ -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
|
||||
|
|
|
@ -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]])
|
||||
|
||||
|
|
Loading…
Reference in New Issue