forked from leftypol/leftypol
Merge branch 'master' of https://github.com/savetheinternet/Tinyboard
Conflicts: inc/config.php inc/functions.php templates/generic_page.html templates/index.html
This commit is contained in:
commit
a0855cdcf5
22 changed files with 1304 additions and 1107 deletions
|
@ -19,9 +19,12 @@ a.post_no {
|
|||
color: #ccc;
|
||||
}
|
||||
div.post.reply, input, textarea {
|
||||
background: rgba(0, 0, 0, 0.1)!important;
|
||||
border: 1px solid rgba(0, 0, 0, 0.2)!important;
|
||||
border-radius: 2px !important;
|
||||
background: rgba(0, 0, 0, 0.1);
|
||||
border: 1px solid rgba(0, 0, 0, 0.2);
|
||||
border-radius: 2px;
|
||||
}
|
||||
div.post.reply.post-hover {
|
||||
background: rgba(200, 200, 200, 0.85);
|
||||
}
|
||||
div.post.reply.highlighted {
|
||||
background: #f0c0b0;
|
||||
|
|
|
@ -95,7 +95,7 @@ form table tr th {
|
|||
background: #7E3737 !important;
|
||||
color: #B99B9B !important;
|
||||
}
|
||||
input[type="text"], input[type="password"], textarea {
|
||||
input[type="text"], input[type="password"], textarea, select {
|
||||
border: 2px solid rgba(94, 50, 50, 0.56) !important;
|
||||
background: #7C7373 !important;
|
||||
color: #311313 !important;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue