| author | ymh <ymh.work@gmail.com> |
| Wed, 04 Sep 2024 17:32:50 +0200 | |
| changeset 1072 | ac1eacb3aa33 |
| parent 1039 | src/widgets/AnnotationsController.css@4fddc765a716 |
| permissions | -rw-r--r-- |
|
1039
4fddc765a716
New widget AnnotationsController that displays buttons to hide/show AnnotationsList and CreateAnnotations
durandn
parents:
diff
changeset
|
1 |
|
|
4fddc765a716
New widget AnnotationsController that displays buttons to hide/show AnnotationsList and CreateAnnotations
durandn
parents:
diff
changeset
|
2 |
.Ldt-AnnotationsController{ |
|
4fddc765a716
New widget AnnotationsController that displays buttons to hide/show AnnotationsList and CreateAnnotations
durandn
parents:
diff
changeset
|
3 |
background: url(img/pinstripe.png); |
|
4fddc765a716
New widget AnnotationsController that displays buttons to hide/show AnnotationsList and CreateAnnotations
durandn
parents:
diff
changeset
|
4 |
width: 535px; |
|
4fddc765a716
New widget AnnotationsController that displays buttons to hide/show AnnotationsList and CreateAnnotations
durandn
parents:
diff
changeset
|
5 |
max-height: 280px; |
|
4fddc765a716
New widget AnnotationsController that displays buttons to hide/show AnnotationsList and CreateAnnotations
durandn
parents:
diff
changeset
|
6 |
margin: 0px; |
|
4fddc765a716
New widget AnnotationsController that displays buttons to hide/show AnnotationsList and CreateAnnotations
durandn
parents:
diff
changeset
|
7 |
margin-top: 4px; |
|
4fddc765a716
New widget AnnotationsController that displays buttons to hide/show AnnotationsList and CreateAnnotations
durandn
parents:
diff
changeset
|
8 |
border-style: solid; |
|
4fddc765a716
New widget AnnotationsController that displays buttons to hide/show AnnotationsList and CreateAnnotations
durandn
parents:
diff
changeset
|
9 |
border-width: 1px; |
|
4fddc765a716
New widget AnnotationsController that displays buttons to hide/show AnnotationsList and CreateAnnotations
durandn
parents:
diff
changeset
|
10 |
border-color: #b7b7b7; |
|
4fddc765a716
New widget AnnotationsController that displays buttons to hide/show AnnotationsList and CreateAnnotations
durandn
parents:
diff
changeset
|
11 |
} |
|
4fddc765a716
New widget AnnotationsController that displays buttons to hide/show AnnotationsList and CreateAnnotations
durandn
parents:
diff
changeset
|
12 |
|
|
4fddc765a716
New widget AnnotationsController that displays buttons to hide/show AnnotationsList and CreateAnnotations
durandn
parents:
diff
changeset
|
13 |
.Ldt-AnnotationsController-ButtonsContainer{ |
|
4fddc765a716
New widget AnnotationsController that displays buttons to hide/show AnnotationsList and CreateAnnotations
durandn
parents:
diff
changeset
|
14 |
width: 100%; |
|
4fddc765a716
New widget AnnotationsController that displays buttons to hide/show AnnotationsList and CreateAnnotations
durandn
parents:
diff
changeset
|
15 |
min-height: 30px; |
|
4fddc765a716
New widget AnnotationsController that displays buttons to hide/show AnnotationsList and CreateAnnotations
durandn
parents:
diff
changeset
|
16 |
text-align: center; |
|
4fddc765a716
New widget AnnotationsController that displays buttons to hide/show AnnotationsList and CreateAnnotations
durandn
parents:
diff
changeset
|
17 |
} |
|
4fddc765a716
New widget AnnotationsController that displays buttons to hide/show AnnotationsList and CreateAnnotations
durandn
parents:
diff
changeset
|
18 |
|
|
4fddc765a716
New widget AnnotationsController that displays buttons to hide/show AnnotationsList and CreateAnnotations
durandn
parents:
diff
changeset
|
19 |
.Ldt-AnnotationsController-Button{ |
|
4fddc765a716
New widget AnnotationsController that displays buttons to hide/show AnnotationsList and CreateAnnotations
durandn
parents:
diff
changeset
|
20 |
display: inline-block; |
|
4fddc765a716
New widget AnnotationsController that displays buttons to hide/show AnnotationsList and CreateAnnotations
durandn
parents:
diff
changeset
|
21 |
background-color: #d93c71; |
|
4fddc765a716
New widget AnnotationsController that displays buttons to hide/show AnnotationsList and CreateAnnotations
durandn
parents:
diff
changeset
|
22 |
color: #ffffff; |
|
4fddc765a716
New widget AnnotationsController that displays buttons to hide/show AnnotationsList and CreateAnnotations
durandn
parents:
diff
changeset
|
23 |
cursor: pointer; |
|
4fddc765a716
New widget AnnotationsController that displays buttons to hide/show AnnotationsList and CreateAnnotations
durandn
parents:
diff
changeset
|
24 |
height: 25px; |
|
4fddc765a716
New widget AnnotationsController that displays buttons to hide/show AnnotationsList and CreateAnnotations
durandn
parents:
diff
changeset
|
25 |
width: 150px; |
|
4fddc765a716
New widget AnnotationsController that displays buttons to hide/show AnnotationsList and CreateAnnotations
durandn
parents:
diff
changeset
|
26 |
font-size: 14px; |
|
4fddc765a716
New widget AnnotationsController that displays buttons to hide/show AnnotationsList and CreateAnnotations
durandn
parents:
diff
changeset
|
27 |
border: 1px solid; |
|
4fddc765a716
New widget AnnotationsController that displays buttons to hide/show AnnotationsList and CreateAnnotations
durandn
parents:
diff
changeset
|
28 |
border-color: #eca3bc #631e34 #36101c #e16e93; |
|
4fddc765a716
New widget AnnotationsController that displays buttons to hide/show AnnotationsList and CreateAnnotations
durandn
parents:
diff
changeset
|
29 |
cursor: pointer; |
|
4fddc765a716
New widget AnnotationsController that displays buttons to hide/show AnnotationsList and CreateAnnotations
durandn
parents:
diff
changeset
|
30 |
margin-right: 10px; |
|
4fddc765a716
New widget AnnotationsController that displays buttons to hide/show AnnotationsList and CreateAnnotations
durandn
parents:
diff
changeset
|
31 |
margin-left: 10px; |
|
4fddc765a716
New widget AnnotationsController that displays buttons to hide/show AnnotationsList and CreateAnnotations
durandn
parents:
diff
changeset
|
32 |
margin-bottom: 5px; |
|
4fddc765a716
New widget AnnotationsController that displays buttons to hide/show AnnotationsList and CreateAnnotations
durandn
parents:
diff
changeset
|
33 |
margin-top: 5px; |
|
4fddc765a716
New widget AnnotationsController that displays buttons to hide/show AnnotationsList and CreateAnnotations
durandn
parents:
diff
changeset
|
34 |
padding: 4px; |
|
4fddc765a716
New widget AnnotationsController that displays buttons to hide/show AnnotationsList and CreateAnnotations
durandn
parents:
diff
changeset
|
35 |
text-align: center; |
|
4fddc765a716
New widget AnnotationsController that displays buttons to hide/show AnnotationsList and CreateAnnotations
durandn
parents:
diff
changeset
|
36 |
vertical-align: middle; |
|
4fddc765a716
New widget AnnotationsController that displays buttons to hide/show AnnotationsList and CreateAnnotations
durandn
parents:
diff
changeset
|
37 |
line-height: 30px; |
|
4fddc765a716
New widget AnnotationsController that displays buttons to hide/show AnnotationsList and CreateAnnotations
durandn
parents:
diff
changeset
|
38 |
} |
|
4fddc765a716
New widget AnnotationsController that displays buttons to hide/show AnnotationsList and CreateAnnotations
durandn
parents:
diff
changeset
|
39 |
|
|
4fddc765a716
New widget AnnotationsController that displays buttons to hide/show AnnotationsList and CreateAnnotations
durandn
parents:
diff
changeset
|
40 |
.Ldt-AnnotationsController-Button:hover{ |
|
4fddc765a716
New widget AnnotationsController that displays buttons to hide/show AnnotationsList and CreateAnnotations
durandn
parents:
diff
changeset
|
41 |
background-color: #e15581; |
|
4fddc765a716
New widget AnnotationsController that displays buttons to hide/show AnnotationsList and CreateAnnotations
durandn
parents:
diff
changeset
|
42 |
border-color: #222222 #e87d9f #f0adc3 #68273c; |
|
4fddc765a716
New widget AnnotationsController that displays buttons to hide/show AnnotationsList and CreateAnnotations
durandn
parents:
diff
changeset
|
43 |
} |