diff --git a/plinth/templates/base.html b/plinth/templates/base.html index 7c6a146a5..0a47e762e 100644 --- a/plinth/templates/base.html +++ b/plinth/templates/base.html @@ -56,7 +56,6 @@ - diff --git a/static/themes/default/css/plinth.css b/static/themes/default/css/plinth.css index 857364a21..f3da16ee2 100644 --- a/static/themes/default/css/plinth.css +++ b/static/themes/default/css/plinth.css @@ -293,6 +293,13 @@ footer { background: transparent; } +@media screen and (max-width: 767px) { + .main-header.navbar-default .navbar-nav>.open .dropdown-menu > li > a, + .main-header.navbar-default .navbar-nav>.open .dropdown-menu > li > a:hover { + color: #FFF; + } +} + .navbar-default .navbar-toggle .icon-bar { background-color: #FFF; } diff --git a/static/themes/default/css/responsive.css b/static/themes/default/css/responsive.css deleted file mode 100644 index 7c772c62b..000000000 --- a/static/themes/default/css/responsive.css +++ /dev/null @@ -1,17 +0,0 @@ -/* -# SPDX-License-Identifier: AGPL-3.0-or-later -*/ -/* Responsive queries */ -/* Smartphone */ - -@media only screen and (min-width: 320px) and (max-width: 768px) { - footer{ - position: relative; - } - - .navbar-default .navbar-nav .open .dropdown-menu > li > a, - .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover { - color: #FFF; - } - -}