summaryrefslogtreecommitdiffstats
path: root/toolkit/themes
Commit message (Collapse)AuthorAgeLines
* Issue #1705 - Part 6: Remove scrollbarbutton min-{width|height} rule from theme.Moonchild2021-01-08-2/+0
| | | | | | | | | | This would interfere with implementing thin scrollbars. Almost all widgets provide a non-overridable size for scrollbar buttons, so it makes no sense to specify min size for them. It is probably(?) a layout bug that min size properties can override the value returned by GetMinimumWidgetSize even if aIsOverridable is set to false, but removing this rule is simpler than locating and fixing the issue in layout code ;)
* Issue #1700 - Apply background color instead of inset shadow for findbar input.Moonchild2020-12-21-6/+26
| | | | | | | | This changes the toolkit theme for Linux and Windows (Mac already did this) to style the input textbox on the findbar with -moz-appearance:none so as to give us styling control (as opposed to using a native widget style) and apply a neutral style to it. Also ensures Mac remains readable in case of poorly contrasting text.
* Issue #1656 - Part 6: Clean up the build filesMoonchild2020-09-23-11/+0
|
* Issue #361 - Remove dead Android code.Ascrod2020-05-25-5/+0
| | | | See Bug 1629030, part 3.
* Issue #1053 - Remove android support from toolkitMatt A. Tobin2020-02-25-329/+0
| | | | Note: Does not remove support completely from toolkit/mozapps/installer or from telemetry or AppConstants.jsm
* Issue #1445 - Clarify the status of extensions in the Add-On managerwolfbeast2020-02-16-0/+27
| | | | This resolves #1445.
* [AM] Remove shared theme leftovers for webextensionswolfbeast2020-02-06-1271/+0
|
* Merge pull request #1080 from Ascrod/readerviewMoonchild2019-05-06-36/+13
|\ | | | | Reader Updates
| * Bug 1422680 - simplify aboutReader.css font-size classes using CSS variables ↵monikamaheshwari2019-04-27-36/+2
| | | | | | | | r=Gijs
| * Bug 1399616 - add WP emoji styling to reader mode.Ascrod2019-04-27-0/+11
| |
* | Only change the default and hover text color on buttons for Windows 8+ HC ↵Matt A. Tobin2019-05-03-1/+1
|/ | | | Themes (aero-lite)
* Add hover state arrow images.wolfbeast2019-03-03-0/+2
| | | | This fixes #981
* Remove WebExtension support from the platform.wolfbeast2019-02-13-801/+0
| | | | | | - Conditional code - WE APIs - WE toolkit theming
* Issue #832 Part 2: Remove styling and images.Ascrod2018-10-11-2/+2
|
* Fix toolbar styling in non-Australis toolkit themes part 2wolfbeast2018-08-21-3/+3
| | | | | | Fix jar manifests. This resolves #713
* Fix toolbar styling in non-Australis toolkit themeswolfbeast2018-08-21-1/+30
| | | | This resolves #713
* Remove dead Help Viewer skin mapping from ToolkitJustOff2018-07-29-1/+0
|
* Restore Pale Moon's standalone image viewing style.wolfbeast2018-06-29-1/+8
|
* Use MOZ_AUSTRALIS to define common shared Australis featuresMatt A. Tobin2018-06-28-2/+2
|
* "about:support" - added support for "Restart normally"janekptacijarabaci2018-06-26-0/+4
| | | | https://github.com/MoonchildProductions/Pale-Moon/pull/1093 (partially)
* Add new close icons and make current icons Basilisk-specificLootyhoof2018-06-22-1/+62
|
* [PALEMOON] Fix missed `notifyPluginCrashed.png` on windows and linuxJustOff2018-05-30-1/+1
|
* [PALEMOON] [frontend vs backend] Remove unused webapps-*.png ↵janekptacijarabaci2018-05-29-7/+0
| | | | | | (chrome://global/skin/icons/webapps-*.png) Issue #121
* [PALEMOON] [frontend vs backend] Added icons (fix typo in a path: ↵janekptacijarabaci2018-05-29-0/+0
| | | | | | osx/global/icons) Issue #121
* [PALEMOON] [frontend vs backend] Added icons (fix typo in a path: ↵janekptacijarabaci2018-05-29-0/+0
| | | | | | osx/global/icons) Issue #121
* [PALEMOON] [frontend vs backend] Added iconsjanekptacijarabaci2018-05-29-0/+13
| | | | Issue #121
* Merge pull request #358 from janekptacijarabaci/notifications_settings_3Moonchild2018-05-16-8/+49
|\ | | | | [PALEMOON] Fix: The settings icon in the notification is missing (copy some files from webextensions)
| * [PALEMOON] Fix: The settings icon in the notification is missing (copy some ↵janekptacijarabaci2018-05-15-8/+49
| | | | | | | | | | | | | | files from webextensions) Issue #121 Pull #273
* | Initial updates for Reader View.Ascrod2018-05-15-811/+801
|/
* [follow up] moebius#154: Notifications - user settings - the immediate ↵janekptacijarabaci2018-05-05-2/+0
| | | | | | | duration of the alert https://github.com/MoonchildProductions/moebius/pull/154 https://github.com/MoonchildProductions/UXP/pull/132
* [PALEMOON] [frontend vs backend] Fix of non-existent CSS files (follow up - ↵janekptacijarabaci2018-04-27-2/+2
| | | | | | use preprocessing for OSX and windows) Issue #121
* [PALEMOON] [frontend vs backend] Fix of non-existent CSS filesjanekptacijarabaci2018-04-26-0/+347
| | | | Issue #121
* Merge branch 'html_input_datetime_1'wolfbeast2018-04-15-154/+418
|\ | | | | | | This is almost everything needed for #162.
| * A nicer button for class="month-year::after"janekptacijarabaci2018-03-31-1/+0
| | | | | | | | | | A small replacement for: Bug 1282768: https://bugzilla.mozilla.org/show_bug.cgi?id=1282768
| * Bug 1363672 - Add step support to date pickerjanekptacijarabaci2018-03-30-4/+7
| |
| * moebius#92: HTML - input - datetimejanekptacijarabaci2018-03-30-27/+63
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | + native in moebius: Bug 1317600: https://bugzilla.mozilla.org/show_bug.cgi?id=1317600 A note - not implemented: Bug 1282768: https://bugzilla.mozilla.org/show_bug.cgi?id=1282768 *.css: filter: url("chrome://global/skin/filters.svg#fill");, fill: Bug 1283385: https://bugzilla.mozilla.org/show_bug.cgi?id=1283385 Bug 1323109: https://bugzilla.mozilla.org/show_bug.cgi?id=1323109 Bug 1314544: https://bugzilla.mozilla.org/show_bug.cgi?id=1314544 Bug 1286182: https://bugzilla.mozilla.org/show_bug.cgi?id=1286182 Bug 1325922: https://bugzilla.mozilla.org/show_bug.cgi?id=1325922 A note - not implemented: Bug 1282768: https://bugzilla.mozilla.org/show_bug.cgi?id=1282768 *.css: filter: url("chrome://global/skin/filters.svg#fill");, fill: Bug 1320225: https://bugzilla.mozilla.org/show_bug.cgi?id=1320225 Bug 1341190: https://bugzilla.mozilla.org/show_bug.cgi?id=1341190
| * Merge branch 'master' of https://github.com/MoonchildProductions/UXP into ↵janekptacijarabaci2018-03-30-473/+302
| |\ | | | | | | | | | html_input_datetime_1
| * | Bug 1325922: [DateTimePicker] Add arrows svg file and style month-year ↵janekptacijarabaci2018-02-14-8/+70
| | | | | | | | | | | | button for date picker
| * | Bug 1323109: [DateTimePicker] Date time picker popup does not open near ↵janekptacijarabaci2018-02-14-0/+12
| | | | | | | | | | | | input box
| * | Bug 1283385: Implement UI for <input type="date">janekptacijarabaci2018-02-14-7/+145
| | |
| * | Bug 1317600: [DateTimePicker] Spinner arrow buttons shouldn't depend on find ↵janekptacijarabaci2018-02-14-2/+16
| | | | | | | | | | | | bar resources
* | | Merge pull request #150 from janekptacijarabaci/about_1New Tobin Paradigm2018-04-13-7/+1
|\ \ \ | | | | | | | | moebius#173: Fix up "about:" page
| * | | moebius#173: Fix up "about:" pagejanekptacijarabaci2018-04-13-7/+1
| | | | | | | | | | | | | | | | https://github.com/MoonchildProductions/moebius/issues/173
* | | | moebius#255: [minor fix] toolkit/themes/linux/global/jar.mn - style clean up ↵janekptacijarabaci2018-04-13-3/+3
|/ / / | | | | | | | | | | | | | | | (the columns alignment) https://github.com/MoonchildProductions/moebius/pull/255
* | | Restyle the findbarMatt A. Tobin2018-04-13-334/+235
| | |
* | | Remove an unused (web)extensions iconjanekptacijarabaci2018-04-12-1/+0
| | | | | | | | | | | | Follow up: #122
* | | [PALEMOON] Update: extension/plugin icons (Windows), passwordmgr iconsjanekptacijarabaci2018-04-12-0/+13
| | | | | | | | | | | | https://github.com/MoonchildProductions/Pale-Moon/commit/050f33015bb234c42c88c282dc75dc2133727094
* | | Remove extra "+" signs from jar.nm for Linux themetrav902018-04-04-23/+23
| |/ |/|
* | Remove Windows XP and Windows Vista theme components and resources.wolfbeast2018-02-20-473/+302
|/
* Hook up the Tycho Add-on Manager to the build systemMatt A. Tobin2018-02-10-10/+125
|