mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-27 10:56:16 -04:00
css: improve popup opening animation
This commit is contained in:
parent
a5d461f25f
commit
2dc4cfdfe1
10 changed files with 74 additions and 46 deletions
|
@ -72,7 +72,7 @@ p[data-l10n-id="ep_comments_page.comment"],
|
|||
#slider-btn-container .stepper, #importmessageabiword, #importmessageabiword > a,
|
||||
.toolbar .show-more-icon-btn
|
||||
{ color: #64d29b; }
|
||||
#timeslider-slider #ui-slider-handle, #playpause_button_icon, .gritter-item:not(.error) {
|
||||
#timeslider-slider #ui-slider-handle, #playpause_button_icon, .gritter-item:not(.error) .popup-content{
|
||||
background-color: #64d29b;
|
||||
}
|
||||
#slider-btn-container button {
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
.gritter-item {
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
.gritter-item .popup-content {
|
||||
color: white;
|
||||
box-shadow: 0 0 0 1px rgba(99, 114, 130, 0.16), 0 8px 16px rgba(27, 39, 51, 0.08);
|
||||
}
|
||||
|
|
|
@ -1,8 +1,6 @@
|
|||
.popup {
|
||||
top: -2px;
|
||||
right: 30px;
|
||||
.popup-content {
|
||||
border-radius: 3px;
|
||||
padding: 20px 20px;
|
||||
padding: 25px;
|
||||
background: none;
|
||||
background-color: white;
|
||||
border: none;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue