Skip to content

Commit ab560fc

Browse files
committed
fix weather forecast rain close button css
1 parent 5f81efc commit ab560fc

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

conf/html/shared/habpanel/css/panelui.css

+4-3
Original file line numberDiff line numberDiff line change
@@ -141,14 +141,15 @@
141141
}
142142
}
143143
#rainButton.open {
144+
transition: right 500ms ease;
144145
top: 7px !important;
145-
right: 50px !important;
146+
right: calc( 100% - 120px ) !important;
146147
color: white;
147148
margin: 0px 5px 5px 5px;
148149
border-color: white;
149150
border-radius: 4px;
150151
padding: 2px 5px;
151-
background-color: rgba(0,60,136,.5);
152+
background-color: rgba(68,65,65,0.84);
152153
font-weight: 500;
153154
font-size: 1.14em;
154155
height: 1.5em;
@@ -167,7 +168,7 @@
167168
padding-left: 0;
168169
padding-top: 0px;
169170
margin-top: 0px;
170-
top: -60px;
171+
top: 0px;
171172
right: 0;
172173
left: 0;
173174
transform: translate3d(100%, 0, 0);

0 commit comments

Comments
 (0)