Small change to Genergray theme.

This commit is contained in:
Zixaphir 2013-05-10 07:43:19 -07:00
parent c4a008f402
commit 45ea3df2d9
5 changed files with 13 additions and 15 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -2859,9 +2859,9 @@ textarea,
"Timestamps": "rgb(100,100,100)"
"Warnings": "rgb(215,0,0)"
"Shadow Color": "rgba(0,0,0,.1)"
"Custom CSS": """
.thread {
"Custom CSS": """.thread {
padding: 2px;
box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3) inset, rgba(70,70,70,.5) 1px 1px;
}
#header-bar,
input,
@ -2878,20 +2878,20 @@ textarea,
#qr .selectrice {
box-shadow: none;
}
.thread {
box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3) inset, rgba(70,70,70,.5) 1px 1px;
}
#header-bar {
padding: 1px 3px;
}
.dialog {
box-shadow: 0px 0px 4px rgba(0, 0, 0, .3) inset, 1px 1px 5px rgba(0,0,0,0.2);
}
.replyContainer {
padding-left: 20px;
}
.threadContainer {
border: none;
box-shadow: 0px 0px 3px rgba(0, 0, 0, .3) inset, rgba(70,70,70,.3) 1px 1px;
padding-bottom: 2px;
padding-top: 2px;
padding: 2px 0;
margin-left: 20px;
}
input[type=password]:hover,
input[type=text]:not([disabled]):hover,

View File

@ -239,11 +239,9 @@ else "
bottom: 100%;
}
/* Notifications */
#notifications {
position: fixed;
top: 0;
height: 0;
text-align: center;
right: 0;
left: 0;