improve rename and new poupus
This commit is contained in:
@@ -7,6 +7,10 @@ body {
|
||||
padding-top: 3em;
|
||||
}
|
||||
|
||||
* {
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
a {
|
||||
text-decoration: none;
|
||||
color: #1976D2;
|
||||
@@ -466,6 +470,8 @@ fieldset input {
|
||||
width: 182%;
|
||||
}
|
||||
|
||||
/* POPUS */
|
||||
|
||||
.foreground {
|
||||
z-index: 99999;
|
||||
position: fixed;
|
||||
@@ -476,7 +482,7 @@ fieldset input {
|
||||
background-color: rgba(0, 0, 0, 0.1);
|
||||
}
|
||||
|
||||
.input {
|
||||
.popup {
|
||||
z-index: 999999;
|
||||
position: fixed;
|
||||
margin: 0 auto;
|
||||
@@ -492,7 +498,7 @@ fieldset input {
|
||||
box-shadow: 0 1px 3px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.24);
|
||||
}
|
||||
|
||||
.input input[type="text"] {
|
||||
.popup input[type="text"] {
|
||||
border-bottom: .15em solid white;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user