forked from mirrors/treebird
Theme fixes
FossilOrigin-Name: f97774653e262e7888f1172d1886dd603877d1f6a4c2d7c45b09aafa76892853
This commit is contained in:
parent
853744e1b0
commit
06fc15f19b
4 changed files with 20 additions and 7 deletions
16
dist/treebird20-dark.css
vendored
16
dist/treebird20-dark.css
vendored
|
@ -42,6 +42,11 @@ ul
|
|||
|
||||
}
|
||||
|
||||
select
|
||||
{
|
||||
background-color: #303030;
|
||||
}
|
||||
|
||||
#main-page-container
|
||||
{
|
||||
padding: 8px;
|
||||
|
@ -76,15 +81,15 @@ a, a:visited, a:hover, a:active
|
|||
color: inherit;
|
||||
}
|
||||
|
||||
.mention,
|
||||
.mention span
|
||||
.mention
|
||||
{
|
||||
color: #5b4852;
|
||||
color: #ffcccc;
|
||||
text-decoration: none;
|
||||
background-color: #c9bac2;
|
||||
background-color: #600000;
|
||||
border-radius: 3px;
|
||||
padding-left: 2px;
|
||||
padding-right: 2px;
|
||||
border: 1px solid #aa0000;
|
||||
}
|
||||
|
||||
/* Cleans up most of the tables */
|
||||
|
@ -885,8 +890,11 @@ svg.in-reply-to-icon
|
|||
display: block;
|
||||
border: 1px solid #303030;
|
||||
width: 592px;
|
||||
max-width: 592px;
|
||||
min-width: 592px;
|
||||
background: #202020;
|
||||
margin-bottom: 5px;
|
||||
padding: 2px;
|
||||
}
|
||||
|
||||
.statusbox .statusfooter
|
||||
|
|
3
dist/treebird20.css
vendored
3
dist/treebird20.css
vendored
|
@ -858,7 +858,10 @@ svg.in-reply-to-icon
|
|||
{
|
||||
display: block;
|
||||
width: 592px;
|
||||
max-width: 592px;
|
||||
min-width: 592px;
|
||||
margin-bottom: 5px;
|
||||
padding: 2px;
|
||||
}
|
||||
|
||||
.statusbox .statusfooter
|
||||
|
|
2
dist/treebird40.css
vendored
2
dist/treebird40.css
vendored
|
@ -884,6 +884,8 @@ svg.in-reply-to-icon
|
|||
border: 1px solid #eaeaea;
|
||||
display: block;
|
||||
width: 592px;
|
||||
max-width: 592px;
|
||||
min-width: 592px;
|
||||
margin-bottom: 5px;
|
||||
padding: 2px;
|
||||
box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.05);
|
||||
|
|
|
@ -4,15 +4,15 @@
|
|||
<textarea name="content" placeholder="Just landed in N.Y." rows="5" tabindex="1">%s</textarea>
|
||||
<div class="statusfooter">
|
||||
<div class="statusfooter-left">
|
||||
<select name="visibility" id="visibility">
|
||||
<select tabindex="3" name="visibility" id="visibility">
|
||||
<option value="public">Public</option>
|
||||
<option value="unlisted">Unlisted</option>
|
||||
<option value="private">Followers</option>
|
||||
<option value="private">Private</option>
|
||||
<option value="direct">Direct</option>
|
||||
<option value="local">Local</option>
|
||||
<!-- TODO generate lists -->
|
||||
</select>
|
||||
<input type="file" name="file" tabindex="3" multiple>
|
||||
<input type="file" name="file" tabindex="4" multiple>
|
||||
</div>
|
||||
<div class="statusfooter-right">
|
||||
<input type="submit" value="Post" tabindex="2" class="btn">
|
||||
|
|
Loading…
Reference in a new issue