fomantic-ui 2.9.1-beta.19 → 2.9.1-beta.20
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.eslintrc.js +1 -0
- package/.stylelintrc.js +46 -0
- package/dist/components/accordion.css +19 -26
- package/dist/components/accordion.js +1 -1
- package/dist/components/accordion.min.css +1 -1
- package/dist/components/accordion.min.js +1 -1
- package/dist/components/ad.css +31 -41
- package/dist/components/ad.min.css +1 -1
- package/dist/components/api.js +1 -1
- package/dist/components/api.min.js +1 -1
- package/dist/components/breadcrumb.css +1 -1
- package/dist/components/breadcrumb.min.css +1 -1
- package/dist/components/button.css +71 -96
- package/dist/components/button.min.css +1 -1
- package/dist/components/calendar.css +6 -8
- package/dist/components/calendar.js +1 -1
- package/dist/components/calendar.min.css +1 -1
- package/dist/components/calendar.min.js +1 -1
- package/dist/components/card.css +83 -115
- package/dist/components/card.min.css +1 -1
- package/dist/components/checkbox.css +47 -64
- package/dist/components/checkbox.js +1 -1
- package/dist/components/checkbox.min.css +1 -1
- package/dist/components/checkbox.min.js +1 -1
- package/dist/components/comment.css +37 -51
- package/dist/components/comment.min.css +1 -1
- package/dist/components/container.css +4 -5
- package/dist/components/container.min.css +1 -1
- package/dist/components/dimmer.css +31 -41
- package/dist/components/dimmer.js +1 -1
- package/dist/components/dimmer.min.css +1 -1
- package/dist/components/dimmer.min.js +1 -1
- package/dist/components/divider.css +32 -44
- package/dist/components/divider.min.css +1 -1
- package/dist/components/dropdown.css +109 -152
- package/dist/components/dropdown.js +1 -1
- package/dist/components/dropdown.min.css +1 -1
- package/dist/components/dropdown.min.js +1 -1
- package/dist/components/embed.css +13 -19
- package/dist/components/embed.js +1 -1
- package/dist/components/embed.min.css +1 -1
- package/dist/components/embed.min.js +1 -1
- package/dist/components/emoji.css +7 -6
- package/dist/components/feed.css +24 -32
- package/dist/components/feed.min.css +1 -1
- package/dist/components/flag.css +5 -3
- package/dist/components/flag.min.css +1 -1
- package/dist/components/flyout.css +39 -56
- package/dist/components/flyout.js +1 -1
- package/dist/components/flyout.min.css +1 -1
- package/dist/components/flyout.min.js +1 -1
- package/dist/components/form.css +85 -111
- package/dist/components/form.js +1 -1
- package/dist/components/form.min.css +1 -1
- package/dist/components/form.min.js +1 -1
- package/dist/components/grid.css +70 -96
- package/dist/components/grid.min.css +1 -1
- package/dist/components/header.css +47 -65
- package/dist/components/header.min.css +1 -1
- package/dist/components/icon.css +42 -53
- package/dist/components/icon.min.css +1 -1
- package/dist/components/image.css +32 -42
- package/dist/components/image.min.css +1 -1
- package/dist/components/input.css +45 -58
- package/dist/components/input.min.css +1 -1
- package/dist/components/item.css +55 -77
- package/dist/components/item.min.css +1 -1
- package/dist/components/label.css +61 -90
- package/dist/components/label.min.css +1 -1
- package/dist/components/list.css +44 -59
- package/dist/components/list.min.css +1 -1
- package/dist/components/loader.css +16 -22
- package/dist/components/loader.min.css +1 -1
- package/dist/components/menu.css +126 -186
- package/dist/components/message.css +25 -35
- package/dist/components/message.min.css +1 -1
- package/dist/components/modal.css +33 -40
- package/dist/components/modal.js +1 -1
- package/dist/components/modal.min.css +1 -1
- package/dist/components/modal.min.js +1 -1
- package/dist/components/nag.css +19 -25
- package/dist/components/nag.js +1 -1
- package/dist/components/nag.min.css +1 -1
- package/dist/components/nag.min.js +1 -1
- package/dist/components/placeholder.css +10 -12
- package/dist/components/placeholder.min.css +1 -1
- package/dist/components/popup.css +49 -59
- package/dist/components/popup.js +1 -1
- package/dist/components/popup.min.css +1 -1
- package/dist/components/popup.min.js +1 -1
- package/dist/components/progress.css +29 -39
- package/dist/components/progress.js +1 -1
- package/dist/components/progress.min.css +1 -1
- package/dist/components/progress.min.js +1 -1
- package/dist/components/rail.css +15 -20
- package/dist/components/rail.min.css +1 -1
- package/dist/components/rating.css +9 -13
- package/dist/components/rating.js +1 -1
- package/dist/components/rating.min.css +1 -1
- package/dist/components/rating.min.js +1 -1
- package/dist/components/reset.css +1 -1
- package/dist/components/reset.min.css +1 -1
- package/dist/components/reveal.css +19 -26
- package/dist/components/reveal.min.css +1 -1
- package/dist/components/search.css +41 -58
- package/dist/components/search.js +1 -1
- package/dist/components/search.min.css +1 -1
- package/dist/components/search.min.js +1 -1
- package/dist/components/segment.css +62 -83
- package/dist/components/segment.min.css +1 -1
- package/dist/components/shape.css +10 -14
- package/dist/components/shape.js +1 -1
- package/dist/components/shape.min.css +1 -1
- package/dist/components/shape.min.js +1 -1
- package/dist/components/sidebar.css +41 -58
- package/dist/components/sidebar.js +1 -1
- package/dist/components/sidebar.min.css +1 -1
- package/dist/components/sidebar.min.js +1 -1
- package/dist/components/site.css +5 -5
- package/dist/components/site.js +1 -1
- package/dist/components/site.min.css +1 -1
- package/dist/components/site.min.js +1 -1
- package/dist/components/slider.css +27 -37
- package/dist/components/slider.js +1 -1
- package/dist/components/slider.min.js +1 -1
- package/dist/components/state.js +1 -1
- package/dist/components/state.min.js +1 -1
- package/dist/components/statistic.css +29 -41
- package/dist/components/statistic.min.css +1 -1
- package/dist/components/step.css +26 -35
- package/dist/components/step.min.css +1 -1
- package/dist/components/sticky.css +1 -1
- package/dist/components/sticky.js +1 -1
- package/dist/components/sticky.min.css +1 -1
- package/dist/components/sticky.min.js +1 -1
- package/dist/components/tab.css +6 -8
- package/dist/components/tab.js +1 -1
- package/dist/components/tab.min.css +1 -1
- package/dist/components/tab.min.js +1 -1
- package/dist/components/table.css +87 -117
- package/dist/components/table.min.css +1 -1
- package/dist/components/text.css +1 -1
- package/dist/components/text.min.css +1 -1
- package/dist/components/toast.css +4 -6
- package/dist/components/toast.js +1 -1
- package/dist/components/toast.min.css +1 -1
- package/dist/components/toast.min.js +1 -1
- package/dist/components/transition.css +4 -3
- package/dist/components/transition.js +1 -1
- package/dist/components/transition.min.css +1 -1
- package/dist/components/transition.min.js +1 -1
- package/dist/components/visibility.js +1 -1
- package/dist/components/visibility.min.js +1 -1
- package/dist/semantic.css +1719 -1719
- package/dist/semantic.js +26 -26
- package/dist/semantic.min.css +1 -1
- package/dist/semantic.min.js +1 -1
- package/package.json +8 -4
- package/src/definitions/collections/breadcrumb.less +41 -44
- package/src/definitions/collections/form.less +869 -879
- package/src/definitions/collections/grid.less +1690 -1695
- package/src/definitions/collections/menu.less +1493 -1503
- package/src/definitions/collections/message.less +292 -295
- package/src/definitions/collections/table.less +1616 -1622
- package/src/definitions/elements/button.less +1723 -1737
- package/src/definitions/elements/container.less +209 -210
- package/src/definitions/elements/divider.less +205 -206
- package/src/definitions/elements/emoji.less +38 -44
- package/src/definitions/elements/flag.less +44 -46
- package/src/definitions/elements/header.less +337 -345
- package/src/definitions/elements/icon.less +511 -512
- package/src/definitions/elements/image.less +221 -225
- package/src/definitions/elements/input.less +661 -667
- package/src/definitions/elements/label.less +800 -799
- package/src/definitions/elements/list.less +809 -809
- package/src/definitions/elements/loader.less +272 -266
- package/src/definitions/elements/placeholder.less +171 -168
- package/src/definitions/elements/rail.less +91 -91
- package/src/definitions/elements/reveal.less +192 -196
- package/src/definitions/elements/segment.less +743 -747
- package/src/definitions/elements/step.less +425 -433
- package/src/definitions/elements/text.less +32 -34
- package/src/definitions/globals/reset.less +9 -6
- package/src/definitions/globals/site.less +106 -108
- package/src/definitions/modules/accordion.less +242 -246
- package/src/definitions/modules/calendar.less +91 -92
- package/src/definitions/modules/checkbox.less +536 -542
- package/src/definitions/modules/dimmer.less +300 -297
- package/src/definitions/modules/dropdown.less +1577 -1591
- package/src/definitions/modules/embed.less +81 -82
- package/src/definitions/modules/flyout.less +443 -452
- package/src/definitions/modules/modal.less +459 -462
- package/src/definitions/modules/nag.less +134 -137
- package/src/definitions/modules/popup.less +738 -739
- package/src/definitions/modules/progress.less +521 -494
- package/src/definitions/modules/rating.less +94 -101
- package/src/definitions/modules/search.less +375 -383
- package/src/definitions/modules/shape.less +71 -76
- package/src/definitions/modules/sidebar.less +464 -474
- package/src/definitions/modules/slider.less +307 -308
- package/src/definitions/modules/sticky.less +21 -23
- package/src/definitions/modules/tab.less +51 -52
- package/src/definitions/modules/toast.less +584 -586
- package/src/definitions/modules/transition.less +55 -56
- package/src/definitions/views/ad.less +206 -206
- package/src/definitions/views/card.less +968 -970
- package/src/definitions/views/comment.less +190 -198
- package/src/definitions/views/feed.less +220 -224
- package/src/definitions/views/item.less +436 -446
- package/src/definitions/views/statistic.less +269 -280
- package/src/theme.less +29 -32
- package/src/themes/default/globals/colors.less +589 -589
@@ -8,69 +8,67 @@
|
|
8
8
|
*
|
9
9
|
*/
|
10
10
|
|
11
|
-
|
12
11
|
/*******************************
|
13
12
|
Theme
|
14
13
|
*******************************/
|
15
14
|
|
16
|
-
@type
|
15
|
+
@type : 'element';
|
17
16
|
@element : 'text';
|
18
17
|
|
19
18
|
@import (multiple) '../../theme.config';
|
20
19
|
|
21
|
-
|
22
20
|
/*******************************
|
23
21
|
Text
|
24
22
|
*******************************/
|
25
23
|
span.ui.text {
|
26
|
-
|
24
|
+
line-height: @lineHeight;
|
27
25
|
}
|
28
26
|
|
29
27
|
& when not (@variationTextColors = false) {
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
28
|
+
each(@variationTextColors, {
|
29
|
+
@color: @value;
|
30
|
+
@c: @colors[@@color][color];
|
31
|
+
@l: @colors[@@color][light];
|
34
32
|
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
33
|
+
span.ui.@{color}.text {
|
34
|
+
color: @c;
|
35
|
+
}
|
36
|
+
& when (@variationTextInverted) {
|
37
|
+
span.ui.inverted.@{color}.text {
|
38
|
+
color: @l;
|
39
|
+
}
|
40
|
+
}
|
41
|
+
})
|
44
42
|
}
|
45
43
|
|
46
44
|
& when not (@variationTextStates = false) {
|
47
|
-
|
48
|
-
|
49
|
-
|
45
|
+
each(@variationTextStates, {
|
46
|
+
@state: @value;
|
47
|
+
@c: @textStates[@@state][color];
|
50
48
|
|
51
|
-
|
52
|
-
|
53
|
-
|
54
|
-
|
49
|
+
span.ui.@{state}.text {
|
50
|
+
color: @c;
|
51
|
+
}
|
52
|
+
})
|
55
53
|
}
|
56
54
|
|
57
55
|
& when (@variationTextDisabled) {
|
58
|
-
|
59
|
-
|
60
|
-
|
56
|
+
span.ui.disabled.text {
|
57
|
+
opacity: @disabledOpacity;
|
58
|
+
}
|
61
59
|
}
|
62
60
|
|
63
61
|
/* Sizes */
|
64
62
|
span.ui.medium.text {
|
65
|
-
|
63
|
+
font-size: @medium;
|
66
64
|
}
|
67
65
|
& when not (@variationTextSizes = false) {
|
68
|
-
|
69
|
-
|
70
|
-
|
71
|
-
|
72
|
-
|
73
|
-
|
66
|
+
each(@variationTextSizes, {
|
67
|
+
@s: @@value;
|
68
|
+
span.ui.@{value}.text {
|
69
|
+
font-size: @s;
|
70
|
+
}
|
71
|
+
})
|
74
72
|
}
|
75
73
|
|
76
74
|
.loadUIOverrides();
|
@@ -12,7 +12,7 @@
|
|
12
12
|
Theme
|
13
13
|
*******************************/
|
14
14
|
|
15
|
-
@type
|
15
|
+
@type : 'global';
|
16
16
|
@element : 'reset';
|
17
17
|
|
18
18
|
@import (multiple) '../../theme.config';
|
@@ -25,16 +25,19 @@
|
|
25
25
|
*,
|
26
26
|
*::before,
|
27
27
|
*::after {
|
28
|
-
|
28
|
+
box-sizing: inherit;
|
29
29
|
}
|
30
30
|
html {
|
31
|
-
|
31
|
+
box-sizing: border-box;
|
32
32
|
}
|
33
33
|
|
34
34
|
/* iPad Input Shadows */
|
35
|
-
input[type="text"],
|
36
|
-
|
37
|
-
|
35
|
+
input[type="text"],
|
36
|
+
input[type="email"],
|
37
|
+
input[type="search"],
|
38
|
+
input[type="password"] {
|
39
|
+
-webkit-appearance: none;
|
40
|
+
-moz-appearance: none; /* mobile firefox too! */
|
38
41
|
}
|
39
42
|
|
40
43
|
.loadUIOverrides();
|
@@ -8,12 +8,11 @@
|
|
8
8
|
*
|
9
9
|
*/
|
10
10
|
|
11
|
-
|
12
11
|
/*******************************
|
13
12
|
Theme
|
14
13
|
*******************************/
|
15
14
|
|
16
|
-
@type
|
15
|
+
@type : 'global';
|
17
16
|
@element : 'site';
|
18
17
|
|
19
18
|
@import (multiple) '../../theme.config';
|
@@ -26,23 +25,23 @@
|
|
26
25
|
|
27
26
|
html,
|
28
27
|
body {
|
29
|
-
|
28
|
+
height: 100%;
|
30
29
|
}
|
31
30
|
|
32
31
|
html {
|
33
|
-
|
32
|
+
font-size: @emSize;
|
34
33
|
}
|
35
34
|
|
36
35
|
body {
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
36
|
+
margin: 0;
|
37
|
+
padding: 0;
|
38
|
+
overflow-x: @pageOverflowX;
|
39
|
+
min-width: @pageMinWidth;
|
40
|
+
background: @pageBackground;
|
41
|
+
font-family: @pageFont;
|
42
|
+
font-size: @fontSize;
|
43
|
+
line-height: @lineHeight;
|
44
|
+
color: @textColor;
|
46
45
|
}
|
47
46
|
|
48
47
|
/*******************************
|
@@ -54,28 +53,28 @@ h2,
|
|
54
53
|
h3,
|
55
54
|
h4,
|
56
55
|
h5 {
|
57
|
-
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
|
56
|
+
font-family: @headerFont;
|
57
|
+
line-height: @headerLineHeight;
|
58
|
+
margin: @headerMargin;
|
59
|
+
font-weight: @headerFontWeight;
|
60
|
+
padding: 0;
|
62
61
|
}
|
63
62
|
|
64
63
|
h1 {
|
65
|
-
|
66
|
-
|
64
|
+
min-height: 1rem;
|
65
|
+
font-size: @h1;
|
67
66
|
}
|
68
67
|
h2 {
|
69
|
-
|
68
|
+
font-size: @h2;
|
70
69
|
}
|
71
70
|
h3 {
|
72
|
-
|
71
|
+
font-size: @h3;
|
73
72
|
}
|
74
73
|
h4 {
|
75
|
-
|
74
|
+
font-size: @h4;
|
76
75
|
}
|
77
76
|
h5 {
|
78
|
-
|
77
|
+
font-size: @h5;
|
79
78
|
}
|
80
79
|
|
81
80
|
h1:first-child,
|
@@ -83,7 +82,7 @@ h2:first-child,
|
|
83
82
|
h3:first-child,
|
84
83
|
h4:first-child,
|
85
84
|
h5:first-child {
|
86
|
-
|
85
|
+
margin-top: 0;
|
87
86
|
}
|
88
87
|
|
89
88
|
h1:last-child,
|
@@ -91,105 +90,104 @@ h2:last-child,
|
|
91
90
|
h3:last-child,
|
92
91
|
h4:last-child,
|
93
92
|
h5:last-child {
|
94
|
-
|
93
|
+
margin-bottom: 0;
|
95
94
|
}
|
96
95
|
|
97
|
-
|
98
96
|
/*******************************
|
99
97
|
Text
|
100
98
|
*******************************/
|
101
99
|
|
102
100
|
p {
|
103
|
-
|
104
|
-
|
101
|
+
margin: @paragraphMargin;
|
102
|
+
line-height: @paragraphLineHeight;
|
105
103
|
}
|
106
104
|
p:first-child {
|
107
|
-
|
105
|
+
margin-top: 0;
|
108
106
|
}
|
109
107
|
p:last-child {
|
110
|
-
|
108
|
+
margin-bottom: 0;
|
111
109
|
}
|
112
110
|
|
113
|
-
|
111
|
+
/* -------------------
|
114
112
|
Links
|
115
|
-
|
113
|
+
-------------------- */
|
116
114
|
|
117
115
|
a {
|
118
|
-
|
119
|
-
|
116
|
+
color: @linkColor;
|
117
|
+
text-decoration: @linkUnderline;
|
120
118
|
}
|
121
119
|
a:hover {
|
122
|
-
|
123
|
-
|
120
|
+
color: @linkHoverColor;
|
121
|
+
text-decoration: @linkHoverUnderline;
|
124
122
|
}
|
125
123
|
|
126
|
-
|
127
124
|
/*******************************
|
128
125
|
Scrollbars
|
129
126
|
*******************************/
|
130
127
|
|
131
128
|
& when (@useCustomScrollbars) {
|
129
|
+
/* Force Simple Scrollbars */
|
130
|
+
body ::-webkit-scrollbar {
|
131
|
+
-webkit-appearance: none;
|
132
|
+
width: @customScrollbarWidth;
|
133
|
+
height: @customScrollbarHeight;
|
134
|
+
}
|
135
|
+
body ::-webkit-scrollbar-track {
|
136
|
+
background: @trackBackground;
|
137
|
+
border-radius: @trackBorderRadius;
|
138
|
+
}
|
139
|
+
body ::-webkit-scrollbar-thumb {
|
140
|
+
cursor: pointer;
|
141
|
+
border-radius: @thumbBorderRadius;
|
142
|
+
background: @thumbBackground;
|
143
|
+
transition: @thumbTransition;
|
144
|
+
}
|
145
|
+
body ::-webkit-scrollbar-thumb:window-inactive {
|
146
|
+
background: @thumbInactiveBackground;
|
147
|
+
}
|
148
|
+
body ::-webkit-scrollbar-thumb:hover {
|
149
|
+
background: @thumbHoverBackground;
|
150
|
+
}
|
151
|
+
body .ui {
|
152
|
+
& when (@supportIE) {
|
153
|
+
/* IE11 */
|
154
|
+
scrollbar-face-color: @thumbBackgroundHex;
|
155
|
+
scrollbar-shadow-color: @thumbBackgroundHex;
|
156
|
+
scrollbar-track-color: @trackBackgroundHex;
|
157
|
+
scrollbar-arrow-color: @trackBackgroundHex;
|
158
|
+
}
|
159
|
+
|
160
|
+
/* firefox : first color thumb, second track */
|
161
|
+
scrollbar-color: @thumbBackground @trackBackground;
|
162
|
+
scrollbar-width: thin;
|
163
|
+
}
|
132
164
|
|
133
|
-
|
134
|
-
|
135
|
-
|
136
|
-
|
137
|
-
|
138
|
-
|
139
|
-
body ::-webkit-scrollbar-track {
|
140
|
-
background: @trackBackground;
|
141
|
-
border-radius: @trackBorderRadius;
|
142
|
-
}
|
143
|
-
body ::-webkit-scrollbar-thumb {
|
144
|
-
cursor: pointer;
|
145
|
-
border-radius: @thumbBorderRadius;
|
146
|
-
background: @thumbBackground;
|
147
|
-
transition: @thumbTransition;
|
148
|
-
}
|
149
|
-
body ::-webkit-scrollbar-thumb:window-inactive {
|
150
|
-
background: @thumbInactiveBackground;
|
151
|
-
}
|
152
|
-
body ::-webkit-scrollbar-thumb:hover {
|
153
|
-
background: @thumbHoverBackground;
|
154
|
-
}
|
155
|
-
body .ui {
|
156
|
-
& when (@supportIE) {
|
157
|
-
/* IE11 */
|
158
|
-
scrollbar-face-color: @thumbBackgroundHex;
|
159
|
-
scrollbar-shadow-color: @thumbBackgroundHex;
|
160
|
-
scrollbar-track-color: @trackBackgroundHex;
|
161
|
-
scrollbar-arrow-color: @trackBackgroundHex;
|
165
|
+
/* Inverted UI */
|
166
|
+
body .ui.inverted:not(.dimmer)::-webkit-scrollbar-track {
|
167
|
+
background: @trackInvertedBackground;
|
168
|
+
}
|
169
|
+
body .ui.inverted:not(.dimmer)::-webkit-scrollbar-thumb {
|
170
|
+
background: @thumbInvertedBackground;
|
162
171
|
}
|
163
|
-
|
164
|
-
|
165
|
-
|
166
|
-
|
167
|
-
|
168
|
-
|
169
|
-
|
170
|
-
|
171
|
-
|
172
|
-
|
173
|
-
|
174
|
-
|
175
|
-
|
176
|
-
|
177
|
-
|
178
|
-
|
179
|
-
|
180
|
-
|
181
|
-
|
182
|
-
body .ui.inverted:not(.dimmer) {
|
183
|
-
& when (@supportIE) {
|
184
|
-
/* IE11 */
|
185
|
-
scrollbar-face-color: @thumbInvertedBackgroundHex;
|
186
|
-
scrollbar-shadow-color: @thumbInvertedBackgroundHex;
|
187
|
-
scrollbar-track-color: @trackInvertedBackgroundHex;
|
188
|
-
scrollbar-arrow-color: @trackInvertedBackgroundHex;
|
172
|
+
body .ui.inverted:not(.dimmer)::-webkit-scrollbar-thumb:window-inactive {
|
173
|
+
background: @thumbInvertedInactiveBackground;
|
174
|
+
}
|
175
|
+
body .ui.inverted:not(.dimmer)::-webkit-scrollbar-thumb:hover {
|
176
|
+
background: @thumbInvertedHoverBackground;
|
177
|
+
}
|
178
|
+
|
179
|
+
body .ui.inverted:not(.dimmer) {
|
180
|
+
& when (@supportIE) {
|
181
|
+
/* IE11 */
|
182
|
+
scrollbar-face-color: @thumbInvertedBackgroundHex;
|
183
|
+
scrollbar-shadow-color: @thumbInvertedBackgroundHex;
|
184
|
+
scrollbar-track-color: @trackInvertedBackgroundHex;
|
185
|
+
scrollbar-arrow-color: @trackInvertedBackgroundHex;
|
186
|
+
}
|
187
|
+
|
188
|
+
/* firefox : first color thumb, second track */
|
189
|
+
scrollbar-color: @thumbInvertedBackground @trackInvertedBackground;
|
189
190
|
}
|
190
|
-
/* firefox : first color thumb, second track */
|
191
|
-
scrollbar-color: @thumbInvertedBackground @trackInvertedBackground;
|
192
|
-
}
|
193
191
|
}
|
194
192
|
|
195
193
|
/*******************************
|
@@ -198,33 +196,33 @@ a:hover {
|
|
198
196
|
|
199
197
|
/* Site */
|
200
198
|
::-webkit-selection {
|
201
|
-
|
202
|
-
|
199
|
+
background-color: @highlightBackground;
|
200
|
+
color: @highlightColor;
|
203
201
|
}
|
204
202
|
::-moz-selection {
|
205
|
-
|
206
|
-
|
203
|
+
background-color: @highlightBackground;
|
204
|
+
color: @highlightColor;
|
207
205
|
}
|
208
206
|
::selection {
|
209
|
-
|
210
|
-
|
207
|
+
background-color: @highlightBackground;
|
208
|
+
color: @highlightColor;
|
211
209
|
}
|
212
210
|
|
213
211
|
/* Form */
|
214
212
|
textarea::-webkit-selection,
|
215
213
|
input::-webkit-selection {
|
216
|
-
|
217
|
-
|
214
|
+
background-color: @inputHighlightBackground;
|
215
|
+
color: @inputHighlightColor;
|
218
216
|
}
|
219
217
|
textarea::-moz-selection,
|
220
218
|
input::-moz-selection {
|
221
|
-
|
222
|
-
|
219
|
+
background-color: @inputHighlightBackground;
|
220
|
+
color: @inputHighlightColor;
|
223
221
|
}
|
224
222
|
textarea::selection,
|
225
223
|
input::selection {
|
226
|
-
|
227
|
-
|
224
|
+
background-color: @inputHighlightBackground;
|
225
|
+
color: @inputHighlightColor;
|
228
226
|
}
|
229
227
|
|
230
228
|
.loadUIOverrides();
|