aboutsummaryrefslogtreecommitdiff
path: root/js/panels/Timeline/Style.reel/scss/Style.scss
blob: c5287b00dbe841bc4f1a0bc7ea74deeb14550408 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
/* <copyright>
 This file contains proprietary software owned by Motorola Mobility, Inc.<br/>
 No rights, expressed or implied, whatsoever to this software are provided by Motorola Mobility, Inc. hereunder.<br/>
 (c) Copyright 2011 Motorola Mobility, Inc.  All Rights Reserved.
 </copyright> */

/* Layer.scss
 * Main SCSS file for Layer component, compiled by SASS into the file css/Layer.css.
 */
 
// Import theme settings
@import "../../../../../scss/imports/themes/default/colors";
@import "../../../../../scss/imports/themes/default/mixins";

// Import generic mixins and styles
@import "../../../../../scss/imports/scss/mixins";

.hidden {
	display: none;
}
.row-editor {
	position: relative;
	height: 14px;
}
.style-padding {
	padding-left: 5px;
	padding-top: 3px;
	padding-right: 5px;
}
.style-row {
	height: 20px;
	border-bottom: 1px solid $color-menu-divider;
}

div.content-style div.editable2 {
	height: 14px;
	background-color: $color-panel-hilite-text !IMPORTANT;
	color: $color-panel-hilite-bg !IMPORTANT;
	border-width: 0px;
	font-size: 11px;
	overflow: hidden;
    -webkit-user-select: text;
    white-space: nowrap;
    text-overflow: clip;
    width: 100%;
}
.content-style.collapsible-content,
.content-style.collapsible-content div,
.content-style.collapsible-content span {
	overflow: visible;
	text-overflow: visible;
}
div.content-style div.cell-property,
div.content-style div.cell-value {
	width: 45%;
	float: left;
	height: 18px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 18px;
}
div.content-style div.cell-property div {
	min-width: 90%;
	height: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

div.content-style input.nj-skinned {
	height: 10px;
	font-size: 12px;
	top: -3px;
}
div.style-row .container-propvals {
	overflow: hidden;
}

.content-style .style-row.selected {
  background-color: $color-panel-bg;
  color: $color-panel-text;
}
.content-style .style-row.style-selected {
  background-color: $color-panel-hilite-bg;
  color: $color-panel-hilite-text;
}