diff options
| author | Henry Jameson <me@hjkos.com> | 2020-06-13 13:16:53 +0300 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2020-06-13 13:16:53 +0300 |
| commit | e4b18deece3dd211e70d8c48405f813fac95a926 (patch) | |
| tree | 83e02854300a6ab35fcf9bc264c470dcf2ca0a09 /static | |
| parent | c13d5b4f1bc102c0ae3603e6316ab6822e830277 (diff) | |
fix redmond themes
Diffstat (limited to 'static')
| -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", |
