diff options
| author | Andrew Dolgov <noreply@fakecake.org> | 2018-12-07 08:59:53 +0300 |
|---|---|---|
| committer | Andrew Dolgov <noreply@fakecake.org> | 2018-12-07 08:59:53 +0300 |
| commit | 8458dc2082cd7f579c83dc020db31b29386186aa (patch) | |
| tree | 9591d84ea46327e0d3d4f70292636b748f21ba00 /themes/night.less | |
| parent | b78671356031f2f7d4c3340d2d955a306729f766 (diff) | |
less: fix syntax errors
Diffstat (limited to 'themes/night.less')
| -rw-r--r-- | themes/night.less | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/themes/night.less b/themes/night.less index add788750..ae48ac948 100644 --- a/themes/night.less +++ b/themes/night.less @@ -117,6 +117,14 @@ body.flat.ttrss_main { color : white; } + .dijitDialog .dijitDialogPaneContent { + background : @bg-panel; + } + + .dijitTab:not(.dijitTabChecked) { + background : @bg-panel; + } + textarea { color : @fg-light; } |