Advertisement
Guest User

[Appli] Toolbox - Permeability and the color.

a guest
Nov 14th, 2017
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.57 KB | None | 0 0
  1.  
  2. /* browser: Mozilla Firefox 56.0.2 */
  3. /* Theme: Default 56.0.2 */
  4. /* Reference & Similar : - */
  5.  
  6. @namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);
  7.  
  8. /* タブバーを非選択時も他のツールバーと同じ配色にする */
  9. /*
  10. #toolbar-menubar:not(:-moz-lwtheme),*/
  11. #nav-bar:not(:-moz-lwtheme),
  12. #TabsToolbar:not(:-moz-lwtheme)
  13. {
  14.   background-clip: padding-box !important;
  15.   background-image: linear-gradient(rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.4)) !important;
  16.   background-color: -moz-dialog !important;
  17. }
  18.  
  19.  
  20. /* EOF */
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement