Changeset 27783

Show
Ignore:
Timestamp:
01/02/09 20:09:31 (4 years ago)
Author:
retlet
Message:

2.0 alpha 2以降に対応

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lang/javascript/vimperator-plugins/trunk/colors/sweets.vimp

    r27243 r27783  
    3636 
    3737style -name tab chrome://* <<EOM 
    38 #content { background-color: #ddd; } /* tabbar */ 
     38#content { background-color: #ccc; } /* tabbar */ 
    3939.tabs-alltabs-button { padding: 0 !important; } 
    40 .tabs-container { height: 20px; border-bottom: 2px solid #000; } 
    4140.tabs-container > stack { display: none; } /* remove tab selection menu */ 
     41/*.tabs-container .box-inherit.scrollbox-innerbox { border-bottom: 1px solid #404040; } /* tab bar position: top */ 
     42.tabs-container scrollbox { 
     43        background-color: #adadad; 
     44        border-bottom: 1px solid #000; 
     45} 
    4246.tabbrowser-tab { 
    4347        -moz-apperance: none !important; 
     
    4852        -moz-border-radius-bottomright: 0 !important; 
    4953        -moz-border-radius-bottomleft: 0 !important; 
    50         border: 2px !important; 
     54        border-bottom: 1px solid #000 !important; 
    5155        background-image: none !important; 
    5256        background-color: #ff69b4 !important; 
     57        text-align: left !important; 
    5358} 
    5459.tabbrowser-tab[selected=false] { background: #999 !important; } 
    55 .tabbrowser-tab[selected=true] > .tab-text { color: #ddd !important; } 
     60.tabbrowser-tab[selected=true] .tab-text { color: #ddd !important; } 
     61.tab-icon-image { margin-bottom: -4px; } 
     62.tab-image-left, 
     63.tab-image-middle, 
     64.tab-image-right { 
     65        background-image: none !important; 
     66} 
    5667EOM 
    5768