File tree Expand file tree Collapse file tree 6 files changed +520
-637
lines changed Expand file tree Collapse file tree 6 files changed +520
-637
lines changed Original file line number Diff line number Diff line change 113
113
height : 26px ;
114
114
}
115
115
116
- .app_tooltip {
116
+ .tooltip . detected__app {
117
117
opacity : 0.5 ;
118
118
}
119
119
120
- .app_tooltip : hover {
120
+ .tooltip . detected__app : hover {
121
121
opacity : 1 ;
122
122
}
123
123
@@ -155,8 +155,6 @@ div.convertable_apps .detected__app {
155
155
156
156
.back-button {
157
157
display : none;
158
- position : relative;
159
- bottom : 3px ;
160
158
}
161
159
162
160
.converter-tabs {
@@ -595,12 +593,12 @@ footer div a:hover {
595
593
font-weight : normal;
596
594
}
597
595
598
- span .app_tooltip {
596
+ span .tooltip . detected__app {
599
597
display : inline;
600
598
vertical-align : middle;
601
599
}
602
600
603
- span .app_tooltip > object {
601
+ span .tooltip . detected__app > object {
604
602
display : inline !important ;
605
603
}
606
604
@@ -702,7 +700,6 @@ img.tooltip_image {
702
700
/*border-bottom: 1px solid #DDDDDD !important;*/
703
701
border-radius : 0px !important ;
704
702
padding : 0 ;
705
- display : inline-block;
706
703
}
707
704
708
705
.ui-widget .ui-widget-content {
You can’t perform that action at this time.
0 commit comments