-
Notifications
You must be signed in to change notification settings - Fork 374
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix about dialog close button style (#7380)
* 01 fix about dialog style * 02 fix guide for new dialog
- Loading branch information
1 parent
cf4856d
commit 7d4a9f4
Showing
3 changed files
with
22 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,23 @@ | ||
.modal-header .seahub-modal-btn.close { | ||
.modal .seahub-modal-btn.close { | ||
padding: 14px 16px; | ||
opacity: 1; | ||
} | ||
|
||
.modal-header .seahub-modal-btn.close:not(:disabled):not(.disabled):hover { | ||
.modal .seahub-modal-btn.close:not(:disabled):not(.disabled):hover { | ||
opacity: 1; | ||
} | ||
|
||
.modal-header .seahub-modal-btn .seahub-modal-btn-inner { | ||
.modal .seahub-modal-btn .seahub-modal-btn-inner { | ||
display: inline-block; | ||
width: 28px; | ||
height: 28px; | ||
border-radius: 3px; | ||
} | ||
|
||
.modal-header .seahub-modal-btn .seahub-modal-btn-inner:hover { | ||
.modal .seahub-modal-btn .seahub-modal-btn-inner:hover { | ||
background-color: #efefef; | ||
} | ||
|
||
.modal-header .seahub-modal-btn .seahub-modal-btn-inner .sf3-font { | ||
.modal .seahub-modal-btn .seahub-modal-btn-inner .sf3-font { | ||
color: #666; | ||
} |