diff options
author | Moonchild <mcwerewolf@gmail.com> | 2018-07-11 12:50:36 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-07-11 12:50:36 +0200 |
commit | 382956b2d13db4e41c3bd08cd810200d92624b1d (patch) | |
tree | 67a9849f2d70b1353ba931d03c29cbfd6e9ec69a /application/palemoon/themes/osx | |
parent | daf0b30772427f5faefe11d724b63c39d2f97b7d (diff) | |
parent | 882aabaf2185c16660a9fbb2fa1c4b3667e83373 (diff) | |
download | UXP-382956b2d13db4e41c3bd08cd810200d92624b1d.tar UXP-382956b2d13db4e41c3bd08cd810200d92624b1d.tar.gz UXP-382956b2d13db4e41c3bd08cd810200d92624b1d.tar.lz UXP-382956b2d13db4e41c3bd08cd810200d92624b1d.tar.xz UXP-382956b2d13db4e41c3bd08cd810200d92624b1d.zip |
Merge pull request #619 from SpockMan02/issue-586
Pale Moon: Fix positioning of caption buttons in application-drawn ti…
Diffstat (limited to 'application/palemoon/themes/osx')
-rw-r--r-- | application/palemoon/themes/osx/browser.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/application/palemoon/themes/osx/browser.css b/application/palemoon/themes/osx/browser.css index bf26be077..fde767e39 100644 --- a/application/palemoon/themes/osx/browser.css +++ b/application/palemoon/themes/osx/browser.css @@ -137,6 +137,11 @@ display: none; } +#titlebar-buttonbox-container { + margin-left: 7px; + margin-top: 3px; +} + /* ::::: bookmark toolbar ::::: */ #personal-bookmarks { |