Sha256: 1ebe4eee764faa22c3d35d3d1ae953aed9c359ec7f8898a19e8f283e0201d5c3

Contents?: true

Size: 837 Bytes

Versions: 10

Compression:

Stored size: 837 Bytes

Contents

.live_tree {
	border: 1px solid black;
	padding: 5px;
	overflow: auto;
	width: 100%;
	height: 100%;
}

.live_tree_branch, .live_tree_root {
	list-style-type: none;
	margin-left: 0;
	padding-left: 1em;	
}

.live_tree_root {
	padding: 0;
	margin: 0;
	white-space: nowrap;
}

.live_tree_loading_tree {
	color: black;
}

.live_tree_searching {
	margin-bottom: 10px;
}

.live_tree_item {
}

a.live_tree_branch_expand_link {
}

a.live_tree_branch_collapse_link {
}

.live_tree_item_icon {
	color: #048;
	border-style: none;
	margin-right: 0.5ex;
}

.live_tree_check_box {
}

.live_tree_loading_icon {
	margin-right: 0.5ex;
}

a.live_tree_item_link {
	color: black;
}

.live_tree_item_name {
	color: black;
}

.live_tree_active_item_name {
	background-color: #048;
	color: white;
}

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
parlement-0.1 public/stylesheets/live_tree.css
parlement-0.10 public/stylesheets/live_tree.css
parlement-0.11 public/stylesheets/live_tree.css
parlement-0.12 public/stylesheets/live_tree.css
parlement-0.13 public/stylesheets/live_tree.css
parlement-0.14 public/stylesheets/live_tree.css
parlement-0.17 public/stylesheets/live_tree.css
parlement-0.2 public/stylesheets/live_tree.css
parlement-0.3 public/stylesheets/live_tree.css
parlement-0.9 public/stylesheets/live_tree.css