|
Post by nonameneeded on Oct 7, 2022 11:23:15 GMT -8
How were you able to create those unlocked-toolbar grippers and those 3D lines that separate the menu bar from the nav bar and the nav bar from the address bar?
Because in my theme, these things are just png files so when I choose a very dark theme these elements stand out like a sore thumb because they obviously can't adjust to the darker theme.
I think, when you're theme is done it will be the most accurate one by far.
|
|
|
Post by travis on Oct 7, 2022 11:40:10 GMT -8
How were you able to create those unlocked-toolbar grippers and those 3D lines that separate the menu bar from the nav bar and the nav bar from the address bar? Because in my theme, these things are just png files so when I choose a very dark theme these elements stand out like a sore thumb because they obviously can't adjust to the darker theme. I think, when you're theme is done it will be the most accurate one by far. the 3d lines is done with border-top and box-shadow properties. the toolbar grippers is made with pseudo elements and some css hackery.
|
|
|
Post by nonameneeded on Oct 16, 2022 6:17:05 GMT -8
Thx!
|
|
|
Post by anixx on Oct 17, 2022 4:51:31 GMT -8
This theme is great, Firefox is now the best browser for classic theme! Made this topic sticky.
|
|
|
Post by anixx on Oct 17, 2022 5:03:49 GMT -8
By the way, is there a way to add "close tab" button to the tabs?
|
|
|
Post by anixx on Oct 17, 2022 5:07:43 GMT -8
One minor glitch: search bar is not shown correctly.
|
|
|
Post by anixx on Oct 17, 2022 5:31:22 GMT -8
Is there a way to remove status bar?
|
|
AnyKey
Sophomore Member
Posts: 248
OS: Windows 10 Pro 22H2
Theme: XP Classic Theme
CPU: AMD Ryzen 7 3700X
RAM: 16 GB 1333 MHz DDR4
GPU: Nvidia Geforce RTX 2070 Super
|
Post by AnyKey on Oct 17, 2022 6:21:57 GMT -8
By the way, is there a way to add "close tab" button to the tabs? Edit this line in userChrome.css
|
|
|
Post by anixx on Oct 17, 2022 6:30:02 GMT -8
Thanks.
One more minor issue: the sound icon somehow overlaps with the toolbar frame, I think it is better to be made smaller:
|
|
|
Post by travis on Oct 17, 2022 6:30:50 GMT -8
One minor glitch: search bar is not shown correctly. I tried showing the search bar but for some reason the JS for moving the address bar doesn't make the search bar shown correctly.
|
|
|
Post by travis on Oct 17, 2022 6:32:07 GMT -8
Thanks.
One more minor issue: the sound icon somehow overlaps with the toolbar frame, I think it is better to be made smaller:
Unfortunately, I have no clue on why firefox adds a white border to the bottom on non-selected tabs, ill see what I can do to mitigate the issue.
|
|
|
Post by anixx on Oct 17, 2022 7:50:48 GMT -8
Thanks.
One more minor issue: the sound icon somehow overlaps with the toolbar frame, I think it is better to be made smaller:
Unfortunately, I have no clue on why firefox adds a white border to the bottom on non-selected tabs, ill see what I can do to mitigate the issue. I think changing the icon would be a better idea. For me as a Win2000 user this current icon is closely associated with tray flyout. Maybe use something different and not in style of usual favicons so not to confuse? Also, of smaller size (even without that white line it still touches the border).
Another issue, the close tab button (cross) becomes all but invisible on hover.
|
|
|
Post by travis on Oct 17, 2022 17:26:36 GMT -8
MINOR UPDATE?: 1.3.3
- Fixed the white bottom border on tabs that are not selected.
- New tab mute/unmute icons, it's too make it easier to tell if it's a favicon or not.
- Tabs close buttons should not be almost invisible when hovering.
- Favicons are shown by default, this can be disabled by changing a CSS variable in userChrome.css.
- Library toolbar icon now uses the same icon as Bookmarks menu, this is if the user want a toolbar icon with a shorter label. It uses the same variable as Bookmarks menu if it's label is shown.
<--- Unmuted Muted --->
|
|
AnyKey
Sophomore Member
Posts: 248
OS: Windows 10 Pro 22H2
Theme: XP Classic Theme
CPU: AMD Ryzen 7 3700X
RAM: 16 GB 1333 MHz DDR4
GPU: Nvidia Geforce RTX 2070 Super
|
Post by AnyKey on Oct 17, 2022 18:40:30 GMT -8
MINOR UPDATE?: 1.3.3
- Fixed the white bottom border on tabs that are not selected.
- New tab mute/unmute icons, it's too make it easier to tell if it's a favicon or not.
- Tabs close buttons should not be almost invisible when hovering.
- Favicons are shown by default, this can be disabled by changing a CSS variable in userChrome.css.
- Library toolbar icon now uses the same icon as Bookmarks menu, this is if the user want a toolbar icon with a shorter label. It uses the same variable as Bookmarks menu if it's label is shown.
<--- Unmuted Muted --->
It is linked to 1.3.2 for some reason.
|
|
|
Post by travis on Oct 17, 2022 18:43:17 GMT -8
MINOR UPDATE?: 1.3.3
- Fixed the white bottom border on tabs that are not selected.
- New tab mute/unmute icons, it's too make it easier to tell if it's a favicon or not.
- Tabs close buttons should not be almost invisible when hovering.
- Favicons are shown by default, this can be disabled by changing a CSS variable in userChrome.css.
- Library toolbar icon now uses the same icon as Bookmarks menu, this is if the user want a toolbar icon with a shorter label. It uses the same variable as Bookmarks menu if it's label is shown.
<--- Unmuted Muted --->
It is linked to 1.3.2 for some reason. Fixed.
|
|
|
Post by anixx on Oct 17, 2022 22:22:44 GMT -8
Great changes! What's the best way to keep this theme up-to-date while keeping my own customizations of userchrome.css? Is there a way to have two files, one for the theme and one for custom changes?
|
|
|
Post by travis on Oct 18, 2022 6:06:27 GMT -8
Great changes! What's the best way to keep this theme up-to-date while keeping my own customizations of userchrome.css? Is there a way to have two files, one for the theme and one for custom changes? Maybe, I could just import another CSS file and let the user put their own custom changes
|
|
|
Post by travis on Oct 18, 2022 6:25:17 GMT -8
Is there a way to remove status bar? No, i'll put a CSS variable to show the status bar.
|
|
|
Post by travis on Oct 18, 2022 21:41:40 GMT -8
I HATE MOZILLA: 1.3.4
- Added option to show/hide the status bar, it's shown by default.
- Fixed theme for Firefox 106.0. All tabs button is themed but not hidden. There's a new CSS variable whether or not to hide it. It's hidden by default as it breaks the tabbar hiding when there's only one tab.
And before you ask no i'm not going to fix the "Firefox Views" button that also got added, it's removable too.
|
|
|
Post by anixx on Oct 19, 2022 1:45:25 GMT -8
No readme in the last release? Also, it seems the folders in the archive changed, no ffroot folder, it's OK?
|
|