Skip to content

Commit ec7b6c4

Browse files
authored
Merge pull request #15 from ampproject/revert-14-master
Revert "Merging analytics and various tweaks"
2 parents dd13309 + 59bc480 commit ec7b6c4

File tree

6 files changed

+520
-637
lines changed

6 files changed

+520
-637
lines changed

css/popup.css

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -113,11 +113,11 @@
113113
height: 26px;
114114
}
115115

116-
.app_tooltip{
116+
.tooltip.detected__app {
117117
opacity: 0.5;
118118
}
119119

120-
.app_tooltip:hover {
120+
.tooltip.detected__app:hover {
121121
opacity: 1;
122122
}
123123

@@ -155,8 +155,6 @@ div.convertable_apps .detected__app {
155155

156156
.back-button {
157157
display: none;
158-
position: relative;
159-
bottom: 3px;
160158
}
161159

162160
.converter-tabs {
@@ -595,12 +593,12 @@ footer div a:hover {
595593
font-weight: normal;
596594
}
597595

598-
span.app_tooltip {
596+
span.tooltip.detected__app {
599597
display: inline;
600598
vertical-align: middle;
601599
}
602600

603-
span.app_tooltip > object {
601+
span.tooltip.detected__app > object {
604602
display: inline !important;
605603
}
606604

@@ -702,7 +700,6 @@ img.tooltip_image {
702700
/*border-bottom: 1px solid #DDDDDD !important;*/
703701
border-radius: 0px !important;
704702
padding: 0;
705-
display: inline-block;
706703
}
707704

708705
.ui-widget.ui-widget-content {

0 commit comments

Comments
 (0)