forked from magento/magento2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtranslate-inline.css
57 lines (48 loc) · 1017 Bytes
/
translate-inline.css
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
/**
* Copyright © Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
*/
.trnslate-inline-area [data-translate],
.trnslate-inline-area .translate-inline {
outline: dotted 1px red !important;
}
* html .translate-inline,
* + html .translate-inline {
border: dotted 1px red !important;
}
.translate-inline-script,
.translate-inline-title {
background: yellow;
color: black;
font-weight: bold;
}
#translate-inline-trig {
cursor: pointer;
filter: alpha(opacity=80);
left: -1000px;
margin-top: 10px;
opacity: .8;
position: absolute;
z-index: 2000;
}
.data.table.translate table {
width: 100%;
}
.data.table.translate td {
background: none;
padding: 5px 5px 5px 0;
text-align: left;
}
.data.table.translate th.label {
border: none;
font-weight: bold;
padding: 5px 5px 5px 0;
text-align: left;
width: 150px;
}
.data.table.translate td.value .input-text {
width: 98%;
}
p.accent {
color: #d12c01;
}