create compact_proton.css
This commit is contained in:
parent
f9fc50e329
commit
288584f8d5
3 changed files with 6 additions and 1 deletions
3
chrome/compact_proton.css
Normal file
3
chrome/compact_proton.css
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
/* Source file https://github.com/MrOtherGuy/firefox-csshacks/tree/master/chrome/compact_proton.css made available under Mozilla Public License v. 2.0
|
||||||
|
See the above repository for updates as well as full license text. */
|
||||||
|
|
|
@ -114,5 +114,6 @@
|
||||||
"show_toolbars_in_popup_windows.css":["toolbars","popup"],
|
"show_toolbars_in_popup_windows.css":["toolbars","popup"],
|
||||||
"centered_tab_content.css":["tab","icon"],
|
"centered_tab_content.css":["tab","icon"],
|
||||||
"window_control_fallback_for_custom_windows_theme.css":["window-controls","buttons","colors","patch"],
|
"window_control_fallback_for_custom_windows_theme.css":["window-controls","buttons","colors","patch"],
|
||||||
"privatemode_indicator_as_menu_button.css":["icon","buttons"]
|
"privatemode_indicator_as_menu_button.css":["icon","buttons"],
|
||||||
|
"compact_proton.css":["menu","popups","tabs"]
|
||||||
}
|
}
|
||||||
|
|
1
tags.csv
1
tags.csv
|
@ -114,3 +114,4 @@ show_toolbars_in_popup_windows.css,toolbars,popup
|
||||||
centered_tab_content.css,tab,icon
|
centered_tab_content.css,tab,icon
|
||||||
window_control_fallback_for_custom_windows_theme.css,window-controls,buttons,colors,patch
|
window_control_fallback_for_custom_windows_theme.css,window-controls,buttons,colors,patch
|
||||||
privatemode_indicator_as_menu_button.css,icon,buttons
|
privatemode_indicator_as_menu_button.css,icon,buttons
|
||||||
|
compact_proton.css,menu,popups,tabs
|
||||||
|
|
|
Loading…
Reference in a new issue