diff options
| author | HJ <30-hj@users.noreply.git.pleroma.social> | 2020-06-14 13:38:24 +0000 |
|---|---|---|
| committer | HJ <30-hj@users.noreply.git.pleroma.social> | 2020-06-14 13:38:24 +0000 |
| commit | 8a15900c81eb6d1e1ec7f5f77868211f4da354e0 (patch) | |
| tree | d3c44a148beb1db855a3b235de42bdcc77c6af43 /static/themes | |
| parent | 7de56a8063e6c8ef1c0f3bbe87428f5887c38485 (diff) | |
| parent | c0a4752bd5435f7c99cc711a111bd45b8d85a1fc (diff) | |
Merge branch 'themes-fixes' into 'develop'
Several small fixes
Closes #866 and #864
See merge request pleroma/pleroma-fe!1145
Diffstat (limited to 'static/themes')
| -rw-r--r-- | static/themes/redmond-xx-se.json | 4 | ||||
| -rw-r--r-- | static/themes/redmond-xx.json | 4 | ||||
| -rw-r--r-- | static/themes/redmond-xxi.json | 4 |
3 files changed, 9 insertions, 3 deletions
diff --git a/static/themes/redmond-xx-se.json b/static/themes/redmond-xx-se.json index 7a4a29da..24480d2c 100644 --- a/static/themes/redmond-xx-se.json +++ b/static/themes/redmond-xx-se.json @@ -286,7 +286,9 @@ "cGreen": "#008000", "cOrange": "#808000", "highlight": "--accent", - "selectedPost": "--bg,-10" + "selectedPost": "--bg,-10", + "selectedMenu": "--accent", + "selectedMenuPopover": "--accent" }, "radii": { "btn": "0", diff --git a/static/themes/redmond-xx.json b/static/themes/redmond-xx.json index ff95b1e0..cf9010fe 100644 --- a/static/themes/redmond-xx.json +++ b/static/themes/redmond-xx.json @@ -277,7 +277,9 @@ "cGreen": "#008000", "cOrange": "#808000", "highlight": "--accent", - "selectedPost": "--bg,-10" + "selectedPost": "--bg,-10", + "selectedMenu": "--accent", + "selectedMenuPopover": "--accent" }, "radii": { "btn": "0", diff --git a/static/themes/redmond-xxi.json b/static/themes/redmond-xxi.json index f788bdb8..7fdc4a6d 100644 --- a/static/themes/redmond-xxi.json +++ b/static/themes/redmond-xxi.json @@ -259,7 +259,9 @@ "cGreen": "#669966", "cOrange": "#cc6633", "highlight": "--accent", - "selectedPost": "--bg,-10" + "selectedPost": "--bg,-10", + "selectedMenu": "--accent", + "selectedMenuPopover": "--accent" }, "radii": { "btn": "0", |
