Changeset 523

Show
Ignore:
Timestamp:
10/18/07 04:27:52 (13 months ago)
Author:
gyuque
Message:

lang/javascript/userscripts/syobocalplus.user.js: added style to disable text selection

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lang/javascript/userscripts/syobocalplus.user.js

    r522 r523  
    367367                        if (FixedChannels[chname] && FixedChannels[chname].short_name) 
    368368                                dispname = FixedChannels[chname].short_name; 
     369                        lbl.appendChild( chk ); 
    369370                        lbl.appendChild( document.createTextNode(dispname) ); 
    370371 
     
    374375 
    375376                        lbl.htmlFor = cid; 
    376                         li.appendChild(chk); 
    377377                        li.appendChild(lbl); 
    378378                        li.style.borderTop = chobj.tagcolor+" 2px solid"; 
     
    599599// ----------------------------------- 
    600600 
    601         GM_addStyle(".chselector{z-index: 100; font-size: 80%; width: 100%; position: fixed; bottom: 0; margin: 0; padding: 2px 2px 2px 4px; background: ThreeDFace; border-top: 1px solid ThreeDShadow;} .chselector li{display: inline; margin: 0 2px 0 2px;} .plus-filtered .v3box{-moz-opacity:"+HiddenAlpha+"} input.warning{color: #d00} .plus-stripe{background: #f8f8f8;} .plus-filtered .main table table table td>div {background: #191919} .plus-filtered td>div .plus-stripe{background: #111} "); 
     601        GM_addStyle(".chselector{-moz-user-select: none; z-index: 100; font-size: 80%; width: 100%; position: fixed; bottom: 0; margin: 0; padding: 2px 2px 2px 4px; background: ThreeDFace; border-top: 1px solid ThreeDShadow;} .chselector li{display: inline; margin: 0 2px 0 2px;} .plus-filtered .v3box{-moz-opacity:"+HiddenAlpha+"} input.warning{color: #d00} .plus-stripe{background: #f8f8f8;} .plus-filtered .main table table table td>div {background: #191919} .plus-filtered td>div .plus-stripe{background: #111} "); 
    602602 
    603603        document.body.style.paddingBottom = "2em";