PrettyPaste: Add Fork and New button
Signed-off-by: Gunwant Jain <mail@wantguns.dev>
This commit is contained in:
@@ -43,7 +43,7 @@ form.highlight {
|
||||
}
|
||||
|
||||
textarea {
|
||||
height: 100%;
|
||||
height: 90%;
|
||||
width: 100%;
|
||||
|
||||
background: none;
|
||||
@@ -100,6 +100,10 @@ button[type="submit"] {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
button[type="submit"]:hover {
|
||||
background-color: #be7611;
|
||||
}
|
||||
|
||||
#upload_card {
|
||||
display: none;
|
||||
}
|
||||
|
||||
34
static/css/pretty.css
Normal file
34
static/css/pretty.css
Normal file
@@ -0,0 +1,34 @@
|
||||
.topRightBox {
|
||||
position: fixed;
|
||||
padding: 18px 10px;
|
||||
color: #f29718;
|
||||
background-color: #0f1419;
|
||||
top: 0px;
|
||||
right: 0px;
|
||||
font-family: "Iosevka Web", monospace;
|
||||
font-size: 20px;
|
||||
-moz-user-select: none;
|
||||
-khtml-user-select: none;
|
||||
-webkit-user-select: none;
|
||||
user-select: none;
|
||||
}
|
||||
|
||||
.topRightBox button {
|
||||
color: inherit;
|
||||
background-color: inherit;
|
||||
margin: 0px 5px;
|
||||
border: solid 0.2px;
|
||||
border-color: #0f1419;
|
||||
font-family: inherit;
|
||||
font-size: inherit;
|
||||
line-height: inherit;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.topRightBox button:hover {
|
||||
color: #be7611;
|
||||
}
|
||||
|
||||
.rootBoot {
|
||||
position: relative;
|
||||
}
|
||||
Reference in New Issue
Block a user