mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-08-14 02:26:58 -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;
|
||||
height: 50px;
|
||||
opacity: 1;
|
||||
-webkit-transition: all .2s;
|
||||
transition: all .2s;
|
||||
-webkit-transition: all .2s ease-in-out;
|
||||
transition: all .2s ease-in-out;
|
||||
}
|
||||
.dashboard-activity-terminate-session {
|
||||
width: 100%;
|
||||
|
@ -747,8 +747,8 @@ a .users-poster-face:hover {
|
|||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
-webkit-transition: all .2s;
|
||||
transition: all .2s;
|
||||
-webkit-transition: all .2s ease-in-out;
|
||||
transition: all .2s ease-in-out;
|
||||
}
|
||||
.dashboard-activity-terminate-session:hover {
|
||||
color: #e9a049;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue