freaktechnik

australisBookmarksMenues

May 13th, 2015
187
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 2.61 KB | None | 0 0
  1. @namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);
  2.  
  3. .bookmark-item menupopup {
  4.   -moz-appearance: none;
  5.   border: 1px solid rgba(24, 25, 26, 0.24);
  6. }
  7.  
  8. .bookmark-item menupopup, .bookmark-item menupopup .popup.internal-box {
  9.   min-width: 23.35em;
  10. }
  11.  
  12. .bookmark-item menupopup .arrowscrollbox-scrollbox {
  13.   flex: 1 1 auto;
  14.   padding: 0 5px;
  15.   min-width: 23.35em;
  16.   display: flex;
  17.   flex-direction: column;
  18. }
  19.  
  20. .bookmark-item menupopup .autorepeatbutton-up,
  21. .bookmark-item menupopup .autorepeatbutton-down {
  22.   display: none;
  23. }
  24.  
  25. .bookmark-item menupopup .scrollbox-innerbox {
  26.   width: 22.35em !important;
  27.   max-width: 22.35em;
  28.   min-width: 22.35em;
  29.   padding: 0.5em 0;
  30.   display: block;
  31.   flex: 1 0 auto;
  32. }
  33.  
  34. .bookmark-item .bookmark-item {
  35.   -moz-box-orient: vertical;
  36.   -moz-appearance: none;
  37.   /*-moz-binding: url("chrome://global/content/bindings/toolbarbutton.xml#toolbarbutton");*/
  38.   width: calc(22.35em / 3 - 0.1px);
  39.   max-width: calc(22.35em / 3 - 0.1px);
  40.   height: calc(51px + 2.2em);
  41.   border-width: 1px;
  42.   padding: 0 6px;
  43.   background-color: rgba(24, 25, 26, 0);
  44.   border-radius: 2px;
  45.   border-style: solid;
  46.   border-color: rgba(24, 25, 26, 0);
  47.   margin-top: 6px;
  48.   -moz-box-align: center;
  49.   -moz-box-pack: center;
  50. }
  51.  
  52. .bookmark-item .bookmark-item:hover, .bookmark-item .bookmark-item *:hover,
  53. .bookmark-item .bookmark-item:focus, .bookmark-item .bookmark-item *:focus {
  54.   background-color: rgba(24, 25, 26, 0.08);
  55.   border-color: rgba(24, 25, 26, 0.11);
  56. }
  57.  
  58. .bookmark-item .bookmark-item .menu-iconic-left {
  59.   -moz-appearance: none;
  60.   min-width: 32px;
  61.   width: 32px;
  62. }
  63.  
  64. .bookmark-item .bookmark-item .menu-iconic-icon {
  65.   min-width: 32px;
  66.   min-height: 32px;
  67.   margin: 4px calc((22.35em / 3 - 0.1px) / 2 - 23px);
  68.   image-rendering: -moz-crisp-edges;
  69. }
  70.  
  71. .bookmark-item .bookmark-item .menu-iconic-text {
  72.   position: absolute;
  73.   clip: rect(auto, auto, 2.3em, auto);
  74.   line-height: 1.1;
  75.   text-align: center;
  76.   margin: 2px 0 0 !important;
  77.   max-height: 2.2em;
  78.   color: var(--panel-arrowcontent-color);
  79. }
  80.  
  81. .bookmark-item .bookmark-item .menu-accel-container {
  82.   display: none;
  83. }
  84.  
  85. .bookmark-item .openintabs-menuitem {
  86.   -moz-appearance: none;
  87.   font: message-box;
  88.   color: var(--panel-arrowcontent-color);
  89.   background-color: rgba(24, 25, 26, 0.07);
  90.   border-top: 1px solid rgba(24, 25, 26, 0.14);
  91.   padding: 11px 0;
  92.   min-width: 23.35em;
  93.   max-width: 23.35em;
  94.   width: 23.35em;
  95.   margin: 6px -5px -0.5em;
  96. }
  97.  
  98. .bookmark-item .openintabs-menuitem:hover,
  99. .bookmark-item .openintabs-menuitem:focus {
  100.   background-color: rgba(24, 25, 26, 0.11);
  101. }
Advertisement
Add Comment
Please, Sign In to add comment