diff options
| author | 2020-09-02 08:55:43 +0200 | |
|---|---|---|
| committer | 2020-09-02 08:55:43 +0200 | |
| commit | 6fac0e40c4d3bc0e51a124015dcde9b7d766f7b5 (patch) | |
| tree | 5e938691a637848410d3874f404b466ca8073d6c /p/themes/Mapco/_layout.scss | |
| parent | e527afa2fa278dd344106ced9b882c1daddcc042 (diff) | |
Fix tag in user query (#3168)
* Fix tag in user query
#fix https://github.com/FreshRSS/FreshRSS/issues/3163
* Fix Travis
Diffstat (limited to 'p/themes/Mapco/_layout.scss')
| -rw-r--r-- | p/themes/Mapco/_layout.scss | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/p/themes/Mapco/_layout.scss b/p/themes/Mapco/_layout.scss index c7c0849b4..826c74590 100644 --- a/p/themes/Mapco/_layout.scss +++ b/p/themes/Mapco/_layout.scss @@ -38,6 +38,7 @@ &.search { // text-align: center; // width: 50%; + input { width: 230px; color: $sid-font-color; @@ -100,6 +101,7 @@ // border-left-width: 0; // width: 3rem; + &:hover { // background-color: $main-first-alt; } |
