harness.webUI.style

Members list

Concise view

Type members

Classlikes

final case class ColorPalate(primary: Group1, secondary: Group1, background: Group2, surface: Group2, error: Group2)

Attributes

Companion:
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Attributes

Companion:
class
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
final class CssClassMap

Attributes

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Attributes

Companion:
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
sealed abstract class PseudoClass(val name: String)

Attributes

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object Active.type
object FirstChild.type
object Focus.type
object Hover.type
object LastChild.type
object Link.type
object Target.type
object Visited.type

Attributes

Companion:
class
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
sealed abstract class StyleElement

Attributes

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class Attr
class InTag
class Many

Attributes

Companion:
class
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
abstract class StyleSheet(val name: String)(inTags: InTag*)

Attributes

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
Self type
object StyleSheet

Attributes

Companion:
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
abstract class _DefaultStyleSheet(navBarHeight: String)(implicit colorPalate: ColorPalate) extends StyleSheet

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object DefaultStyleSheet.type

Value members

Concrete methods

def inTag(tagName: String)(attrs: StyleElement*): InTag
def inTag(tagName0: String, tagName1: String, tagNameN: String*)(attrs: StyleElement*): StyleElement