mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-08-19 12:59:42 -07:00
Ease-in-out trasition for terminate button
This commit is contained in:
parent
f0ca7385b9
commit
6a39201961
1 changed files with 4 additions and 4 deletions
|
@ -733,8 +733,8 @@ a .users-poster-face:hover {
|
||||||
width: 50px;
|
width: 50px;
|
||||||
height: 50px;
|
height: 50px;
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
-webkit-transition: all .2s;
|
-webkit-transition: all .2s ease-in-out;
|
||||||
transition: all .2s;
|
transition: all .2s ease-in-out;
|
||||||
}
|
}
|
||||||
.dashboard-activity-terminate-session {
|
.dashboard-activity-terminate-session {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
@ -747,8 +747,8 @@ a .users-poster-face:hover {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 0;
|
top: 0;
|
||||||
left: 0;
|
left: 0;
|
||||||
-webkit-transition: all .2s;
|
-webkit-transition: all .2s ease-in-out;
|
||||||
transition: all .2s;
|
transition: all .2s ease-in-out;
|
||||||
}
|
}
|
||||||
.dashboard-activity-terminate-session:hover {
|
.dashboard-activity-terminate-session:hover {
|
||||||
color: #e9a049;
|
color: #e9a049;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue