Commit graph

718 commits

Author SHA1 Message Date
MS_Y
eef010d77c
Merge pull request #232 from phoebe-leong/patch-1
changed multiselect wording and removed '!'s on install.sh
2021-09-30 10:30:31 +00:00
ph3b3
b224aac378
changed multiselect wording and removed '!'s 2021-09-29 16:26:42 +10:00
BlaCk_Void
03e668eba0 Add: Download Popup - Each OS settings 2021-09-28 21:06:24 +09:00
black7375
6a155603ea Clean: Prettified Code! 2021-09-27 07:17:28 +00:00
alstjr7375
34d255853f Add: Download Popup - Proton like Checkbox 2021-09-24 17:44:23 +09:00
alstjr7375
137eb4f9ab Add: Download Popup - Proton like Radio button 2021-09-24 17:31:36 +09:00
alstjr7375
48f4d33d75 Add: Download Popup - Primary Button color, etc button updates 2021-09-24 17:20:28 +09:00
alstjr7375
75a98aad19 Fix: Namespace update 2021-09-24 16:26:42 +09:00
BlaCk_Void
f2977bd304 Fix: Bookmark Menu - Hover background color at Win7, Win8 2021-09-20 04:30:08 +09:00
BlaCk_Void
887333fc3a Fix: Menu Bar - light weight theme at Win7, Win8 2021-09-20 04:13:13 +09:00
BlaCk_Void
1589669254 Fix: Menu - Hover background color at Win7 make to !important 2021-09-20 03:47:47 +09:00
BlaCk_Void
e74ecfce29 Fix: Bookmark Menu - Remove border at win7, 8 2021-09-20 03:45:38 +09:00
BlaCk_Void
c08af26efc Fix: Menu Bar - Remove hardcode #219
https://www.reddit.com/r/FirefoxCSS/comments/pr56cd/titlebar_buttonbox_container_position_problem/
2021-09-20 01:58:42 +09:00
BlaCk_Void
a96fab298c Fix: Menu Bar - Weird title container order behavior #219 2021-09-19 21:52:51 +09:00
BlaCk_Void
5a20ca0f47 Fix: addon.org - reply author text color 2021-09-18 22:57:54 +09:00
alstjr7375
88a323b847 Fix: Activity Stream - site border overflow #221 2021-09-17 10:02:37 +09:00
MS_Y
7bf6f90f2f
Fix: Prettier commit message 2021-09-16 08:52:43 +00:00
MS_Y
77b2c56c08
Fix: Smooth Scroll - currentVelocityWeighting 0.15 -> 0.12 2021-09-16 00:06:51 +00:00
BlaCk_Void
bcac6caf33 Fix: Menu Color - disabled, meubar menu at Windows7 2021-09-15 04:18:40 +09:00
BlaCk_Void
623008bc1b Fix: Context Navigation - Win7, 8 bottom padding to original 2021-09-15 02:52:24 +09:00
BlaCk_Void
adec4e0d6f Fix Menu Color - Wndows8 2021-09-15 02:42:26 +09:00
BlaCk_Void
ab12b7ac8b Fix: Menu padding - Windows8 2021-09-15 02:14:52 +09:00
BlaCk_Void
4c86414e74 Fix: Menu Padding- Windows7, 8's border size 2021-09-15 02:09:22 +09:00
alstjr7375
13a40d2932 Clean: BookMarkMenu - Duplicate Code 2021-09-13 11:23:11 +09:00
black7375
7d09b080a0 Prettified Code! 2021-09-12 15:28:58 +00:00
BlaCk_Void
d641b09b4d Fix: Menu Color - windows7, 8 2021-09-13 00:27:56 +09:00
black7375
9a684bbb40 Prettified Code! 2021-09-12 14:19:18 +00:00
BlaCk_Void
d662a2375c Fix: Bookmar Menu - Padding at windows7 #136 2021-09-12 23:18:51 +09:00
black7375
87ce645514 Prettified Code! 2021-09-11 17:02:27 +00:00
BlaCk_Void
96f670d511 Fix: Global Bookmark Menu - padding at windows10 #136 2021-09-12 01:49:13 +09:00
BlaCk_Void
047d7683c4 Fix: BMB_bookmarksPopup - padding at Win10 #136
/* Global */
menupopup > menuitem,
menupopup > menu {
padding-inline-start: 1em;
}

.menu-iconic > .menu-iconic-left,
.menuitem-iconic > .menu-iconic-left {
    margin-inline-end: 8px;
}
/* 16px + 8px => 24px */

menupopup:is(#goPopup, #bookmarksMenuPopup) menuitem:not(.menuitem-iconic, [disabled="true"]),
menupopup:is(#goPopup, #bookmarksMenuPopup) menu:not(.menu-iconic) {
  margin-inline: 0 !important;
  padding-inline-start: calc(1em + 16px + 8px) !important;
  background-position: left 1em center !important;
}

/*BMB*/
#BMB_bookmarksPopup .subviewbutton {
    padding: var(--arrowpanel-menuitem-padding); /* 5px */
}
.subviewbutton {
  margin-inline: var(--arrowpanel-menuicon-padding);
}

#BMB_bookmarksPopup .subviewbutton > .menu-iconic-text, #PlacesToolbar menu > .menu-iconic-text, #PlacesToolbar menuitem > .menu-iconic-text, .addon-banner-item > .toolbarbutton-text, .subviewbutton-iconic > .toolbarbutton-text, .subviewbutton[image] > .toolbarbutton-text, .subviewbutton[targetURI] > .toolbarbutton-text, .subviewbutton.bookmark-item > .toolbarbutton-text, .subviewbutton[checked="true"] > .toolbarbutton-text {
    padding-inline-start: 8px;
}
2021-09-11 21:17:56 +09:00
BlaCk_Void
6559d6eba5 Merge branch 'master' of https://github.com/black7375/Firefox-UI-Fix 2021-09-11 21:14:06 +09:00
MS_Y
6fc93f59ef
Merge pull request #216 from MarNicGit/patch-powershell-typo
Fix typos and small grammar change
2021-09-11 10:25:45 +00:00
alstjr7375
a5fb099078 Fix: typo at install.sh #216 2021-09-11 19:24:44 +09:00
BlaCk_Void
d3648ed8d4 Add: namespace 2021-09-10 23:02:58 +09:00
MarNicGit
52ccc3b06c Fix typos and small grammar change 2021-09-09 14:31:24 +02:00
BlaCk_Void
beb2e085b4 Fix: Sound Tab - None image sound tab favicon hidden 2021-09-09 02:23:41 +09:00
BlaCk_Void
ae5c621d51 Fix: PictureInPicture Tab - Close button order 2021-09-09 01:01:02 +09:00
black7375
ed6ed227b4 Prettified Code! 2021-09-08 15:33:30 +00:00
BlaCk_Void
7dd530c319 Fix: PictureInPicture Tab - Modified to work 2021-09-09 00:29:19 +09:00
BlaCk_Void
7eea7d25f2 Fix: URL Bar - Padding for each uidensity 2021-09-08 18:43:15 +09:00
BlaCk_Void
b83a2c6c45 Fix: URL Bar - Make to !important 2021-09-08 18:21:08 +09:00
BlaCk_Void
801e94ba10 Fix: Sound Tab - Remove unnecessary code
This was the code for the container hover behavior.
2021-09-08 08:18:55 +09:00
BlaCk_Void
bb6e9b5344 Fix: Sound Tab - Not large at busy 2021-09-08 08:10:33 +09:00
MS_Y
64c7eeebfb
Merge pull request #212 from Jonta/patch-4
Explanatory text commented out
2021-09-07 18:40:50 +00:00
alstjr7375
90e9c50e34 Doc: format like #197 2021-09-08 03:39:10 +09:00
black7375
95f0df2671 Prettified Code! 2021-09-07 18:35:54 +00:00
BlaCk_Void
84ad35054e Fix: CI - github.head_ref failed #212 2021-09-08 03:33:47 +09:00
BlaCk_Void
5f6276c406 Add: User.js - Prooton Tooltip enabled 2021-09-08 03:27:53 +09:00
Jonta
4a6e3a0d31
Explanatory text commented out
In case people leave it in

See https://github.com/black7375/Firefox-UI-Fix/issues/197
2021-09-07 14:24:30 +02:00