Commit graph

342 commits

Author SHA1 Message Date
BlaCk_Void
05c7c67801 Merge branch 'dev' of https://github.com/black7375/Firefox-UI-Fix into dev 2021-08-30 20:14:59 +09:00
alstjr7375
9fa588cbf7 Clean: CSS url's quotes 2021-08-30 12:42:09 +09:00
BlaCk_Void
51754a82a3 Add: Container Tab - More larger line #23
We had several requests and we decided to accept them.
2021-08-30 00:08:06 +09:00
BlaCk_Void
bea2ae07ac Clean: Sound Tab - Separate related layouts from Container Tab 2021-08-29 23:40:09 +09:00
BlaCk_Void
e075405363 Add: Global Menu - Reduce padding #142 2021-08-29 22:26:11 +09:00
BlaCk_Void
e255039fc7 Add: Library - Open icons 2021-08-29 21:11:00 +09:00
BlaCk_Void
edef8e57ae Fix: Library - Inconrrectly set icons #33 2021-08-29 19:07:04 +09:00
BlaCk_Void
26e6336b69 Clean: Other bookmarks selector #33 2021-08-29 17:44:39 +09:00
BlaCk_Void
ef2de3c52b Add: Icons - Other Bookmarks folder icon replace #33 2021-08-29 03:13:40 +09:00
BlaCk_Void
ee6af817f9 Add: Replace default folder icon #33
Customized https://github.com/microsoft/fluentui-system-icons/blob/master/assets/Folder/SVG/ic_fluent_folder_16_regular.svg

Increase the size of the icon
2021-08-28 23:10:23 +09:00
BlaCk_Void
98526e441e Add: Global Menu - Rounding 2021-08-28 22:47:55 +09:00
BlaCk_Void
3683125205 Merge branch 'master' into dev 2021-08-28 22:46:55 +09:00
BlaCk_Void
6c7e0a5495 Fix: Global menu height 100% (turn on menubar mode) #186 2021-08-28 17:49:19 +09:00
alstjr7375
d614e8002f Fix: Global Menu - sub menu padding 2021-08-27 10:16:25 +09:00
alstjr7375
f8f3463fc0 Add: Global Menu - Subview icons 2021-08-26 16:37:03 +09:00
alstjr7375
750784219f Add: Global Menu - Vertical align, padding #186 2021-08-26 10:56:46 +09:00
alstjr7375
621bb0cba3 Fix: Global Menu - history, bookmark menu color at default theme 2021-08-26 10:15:56 +09:00
alstjr7375
39ec7439a3 Add: Global Menu - Menubar icons 2021-08-26 10:12:25 +09:00
alstjr7375
8b09355b22 Add: Global Menu - Icons
Icons from
-
https://github.com/microsoft/fluentui-system-icons/blob/master/assets/Document%20CSS/SVG/ic_fluent_document_css_24_regular.svg
- https://github.com/microsoft/fluentui-system-icons/blob/master/assets/Document%20Endnote/SVG/ic_fluent_document_endnote_24_regular.svg
- https://github.com/FirefoxUX/photon-icons/blob/master/icons/desktop/toolbar-16.svg
2021-08-25 17:27:08 +09:00
alstjr7375
a5f1e61a57 Merge branch 'master' into dev-time 2021-08-25 17:26:49 +09:00
alstjr7375
6ce48a909f Fix: Zoom in button's plus icon horizontal rate 2021-08-25 10:17:25 +09:00
alstjr7375
a6eb05ef3e Fix: Identity popup icon crop 2021-08-24 14:12:53 +09:00
alstjr7375
2202602b67 Fix: Infobar - Closing prevented notification deck #190 2021-08-24 14:01:02 +09:00
MS_Y
ea85f92dab
Fix: Download panel - line-throught's opacity 2021-08-23 10:54:28 +00:00
alstjr7375
a38a037b21 Add: Decoration - Cursor Types 2021-08-23 16:15:28 +09:00
alstjr7375
bc9eb9ffe9 Add: Decoration - Downloads Panel 2021-08-23 14:14:43 +09:00
BlaCk_Void
990e0d46f6 Fix: Default Theme - Mac's default light mode conrast #144
@media not (prefors-contrast) {
  #navigator-toolbox:not(:-moz-lwtheme) {
    background-color: #f0f0f4;
  }
}

at mac
2021-08-22 18:13:41 +09:00
BlaCk_Void
8e615983d0 Fix: Menu Color - at linux, Bookmark popup 2021-08-22 17:13:57 +09:00
BlaCk_Void
df9841eb84 Add: Sidebar Menu - Lightweight Theme color 2021-08-22 16:40:09 +09:00
BlaCk_Void
a8ae461a96 Fix: Menu - None main-window color
`html#main-window` to exist colored `--arrowpanel-color` & `--arrowpanel-background`
2021-08-22 15:28:08 +09:00
BlaCk_Void
9a0b31ae03 Fix: Panel - Account avata at hamburger menu #187 2021-08-22 14:57:53 +09:00
BlaCk_Void
f6d60e380a Fix: Place Context Menu - missing open in tabs menu icon 2021-08-22 03:46:00 +09:00
BlaCk_Void
c9579c414b Fix: Theme - Icon Fill Color compatibility
- Icon fill color representation of the default Dark theme is now gone in Nightly.
- Brighter colors are good to see in dark themes.
2021-08-22 03:03:39 +09:00
BlaCk_Void
fc4d67dfef Fix: Tab Context Menu - Make to icon sparse 2021-08-22 02:46:48 +09:00
BlaCk_Void
e6897aff3a Fix: Panel - Account's missing icons #187
`#fxa-menu-avatar` has been removed in recent versions of Firefox.
2021-08-22 02:27:27 +09:00
BlaCk_Void
69cbe1db2c Fix: userContents - Remove Scrollabr color
Original:
- Background: #f0f0f0
- Default:    #CDCDCD
- Hover:      #A6A6A6
- Drag:       #606060

Scrollbar Code:
- Background: #B8B8BA
- Default:    #D2D2D4
- Hover:      #BFBFC1
- Drag:       #9E9E9F

This is very bad for accessibility.
Ref: https://black7375.tistory.com/84 comments
2021-08-22 01:06:26 +09:00
BlaCk_Void
2acac0c18e Fix: Book menu - align, open in tab icon 2021-08-21 23:51:25 +09:00
BlaCk_Void
4e4b27d917 Fix: Bookmark Menu - remove padding at empty item #136 2021-08-21 23:27:16 +09:00
BlaCk_Void
790cccb028 Add: Identity Popup - Icons #136 2021-08-21 22:57:39 +09:00
BlaCk_Void
e92046bcaf Fix: Bookmar menu - align #136 2021-08-21 21:46:28 +09:00
BlaCk_Void
c8ae935237 Fix: Bookmark Menu -Padding at compact 2px -> 1px
770ef6a8a5 (r55178321)
2021-08-21 18:25:48 +09:00
BlaCk_Void
7d41def382 Fix: Bottom Rounded Corner - media query 2021-08-21 18:24:10 +09:00
BlaCk_Void
4fb392f4ce Fix: Closed Icon - Thicker, Larger, Padding reduce at clipped #179 2021-08-20 22:25:31 +09:00
alstjr7375
82eed2af46 Fix: Clipped tabs - Reduce closed button padding #173 #179 2021-08-20 15:44:12 +09:00
alstjr7375
f851df84eb Clean: CSS arribute's missing quotes 2021-08-20 15:08:00 +09:00
alstjr7375
dbab47f2eb Clean: Bottom Rounded Corner - Refactor 2021-08-20 12:05:23 +09:00
alstjr7375
5a91333a6f Fix: Bottom Rounded Corner - Reduce calc 2021-08-20 11:52:49 +09:00
BlaCk_Void
770ef6a8a5 Add: Bookmark Menu - Reduce padding #68 2021-08-19 19:49:37 +09:00
BlaCk_Void
889bfe9c5c Fix: Menu, Panel's arrow icon align to right #181 2021-08-19 19:13:20 +09:00
Ajith-stark
4b20457266 Fix: menu padding issue fixed #180 2021-08-19 14:59:10 +05:30