diff --git a/ivatar/static/css/green.css b/ivatar/static/css/green.css index 1268223..c643f9c 100644 --- a/ivatar/static/css/green.css +++ b/ivatar/static/css/green.css @@ -1,4 +1,3 @@ -/// Example theme using tortin with bg-hero:@lab-green; body { font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif; color: #525252; @@ -282,6 +281,18 @@ footer .logo .polygon { .navbar-tortin .navbar-form { border: 0; } +.dropdown-menu { + background-color: #3aa850; + border: 1px solid #2d823e; +} +.dropdown-menu > li > a { + color: #FFFFFF; +} +.dropdown-menu > li > a:focus, +.dropdown-menu > li > a:hover { + background-color: #2d823e; + color: #FFFFFF; +} @media (max-width: 767px) { .navbar-tortin .navbar-nav .open .dropdown-menu > li > a { color: #FFFFFF; diff --git a/ivatar/static/css/red.css b/ivatar/static/css/red.css index f912aa8..ddeed1e 100644 --- a/ivatar/static/css/red.css +++ b/ivatar/static/css/red.css @@ -281,6 +281,18 @@ footer .logo .polygon { .navbar-tortin .navbar-form { border: 0; } +.dropdown-menu { + background-color: #f7645e; + border: 1px solid #f5352d; +} +.dropdown-menu > li > a { + color: #FFFFFF; +} +.dropdown-menu > li > a:focus, +.dropdown-menu > li > a:hover { + background-color: #f5352d; + color: #FFFFFF; +} @media (max-width: 767px) { .navbar-tortin .navbar-nav .open .dropdown-menu > li > a { color: #FFFFFF;