diff --git a/src/app/view/theme/default/module/search.phtml b/src/app/view/theme/default/module/search.phtml index 540e606..622292b 100644 --- a/src/app/view/theme/default/module/search.phtml +++ b/src/app/view/theme/default/module/search.phtml @@ -1,4 +1,4 @@
- - + +
\ No newline at end of file diff --git a/src/public/assets/theme/default/css/framework.css b/src/public/assets/theme/default/css/framework.css index 967b2aa..0c3cb70 100644 --- a/src/public/assets/theme/default/css/framework.css +++ b/src/public/assets/theme/default/css/framework.css @@ -100,6 +100,16 @@ a.label-green:hover { background-color: #65916d; } +.button-green { + color: #fff; + background-color: #65916d; +} + +.button-green:hover { + color: #fff; + background-color: #709e79; +} + .position-relative { position: relative; } @@ -403,6 +413,10 @@ a:visited.background-color-hover-night-light:hover { width: 180px; } +.min-width-200-px { + width: 200px; +} + @media (max-width: 1220px) { .width-tablet-100 {