java - Ovewrite CellList "Selected Item" style so It changes It's cell style -


i'm new uibinder , i've created custom cell looks like:

.mystyle{ visibility: hidden; }

<div> <div class="mystyle">...</div> . . . </div>

what i'm trying ovewrite default celllist selected item css when 1 cell selected specific div class become visible. this:

@sprite .celllistselecteditem .mystyle{ visibility: visible; }

i passed resource celllist's constructor, works fine except says don't recognize ".mystyle" class, , should anotate "@external". if remove ".mystyle" celllist css definition, compiles fine.


Comments

Popular posts from this blog

java - SSE Emitter : Manage timeouts and complete() -

jquery - uncaught exception: DataTables Editor - remote hosting of code not allowed -

java - How to resolve error - package com.squareup.okhttp3 doesn't exist? -