mirror of
https://github.com/wassname/talk.git
synced 2026-07-13 17:45:56 +08:00
Removing styles from default.css
This commit is contained in:
@@ -1,4 +1,8 @@
|
||||
.container {
|
||||
.popover {
|
||||
display: none;
|
||||
background-color: white;
|
||||
position: absolute;
|
||||
|
||||
border-radius: 3px;
|
||||
padding: 15px 10px;
|
||||
box-sizing: border-box;
|
||||
@@ -7,7 +11,7 @@
|
||||
width: 100%;
|
||||
z-index: 10;
|
||||
}
|
||||
.container::before {
|
||||
.popover::before {
|
||||
content: '';
|
||||
border: 10px solid transparent;
|
||||
border-top-color: white;
|
||||
@@ -17,7 +21,7 @@
|
||||
z-index: 2;
|
||||
}
|
||||
|
||||
.container::after{
|
||||
.popover::after{
|
||||
content: '';
|
||||
border: 10px solid transparent;
|
||||
border-top-color: rgba(153, 153, 153, 0.33);
|
||||
@@ -64,3 +68,11 @@
|
||||
background-color: #FF5252;
|
||||
color: white;
|
||||
}
|
||||
|
||||
.container {
|
||||
z-index: 2;
|
||||
}
|
||||
|
||||
.active {
|
||||
display: block;
|
||||
}
|
||||
Reference in New Issue
Block a user