Diabook-dark - some more cleaning up
This commit is contained in:
parent
a1b96d11a7
commit
b1c58511ad
2 changed files with 5 additions and 4 deletions
|
@ -464,7 +464,7 @@ code {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
width: 12em;
|
width: 12em;
|
||||||
background: #2e2f2e;
|
background: #2e2f2e;
|
||||||
color: #2e2f2e;
|
color: #eec;
|
||||||
margin: 0px;
|
margin: 0px;
|
||||||
padding: 1em;
|
padding: 1em;
|
||||||
list-style: none;
|
list-style: none;
|
||||||
|
@ -667,7 +667,7 @@ nav .nav-menu-icon:hover {
|
||||||
}
|
}
|
||||||
|
|
||||||
nav .nav-menu-icon.selected {
|
nav .nav-menu-icon.selected {
|
||||||
background-color: #fff;
|
background-color: #308dbf;
|
||||||
}
|
}
|
||||||
nav .nav-menu-icon img {
|
nav .nav-menu-icon img {
|
||||||
width: 22px;
|
width: 22px;
|
||||||
|
@ -1434,7 +1434,8 @@ transition: all 0.2s ease-in-out;
|
||||||
}
|
}
|
||||||
.wall-item-comment-wrapper textarea {
|
.wall-item-comment-wrapper textarea {
|
||||||
height: 2.0em;
|
height: 2.0em;
|
||||||
width: 100%;
|
/**No idea what's going on here, but at 100%, it's fugly **/
|
||||||
|
width: 98% !important;
|
||||||
font-size: 10px;
|
font-size: 10px;
|
||||||
color: #999999;
|
color: #999999;
|
||||||
border: 1px solid #2e2e2f;
|
border: 1px solid #2e2e2f;
|
||||||
|
|
|
@ -1216,7 +1216,7 @@ right_aside {
|
||||||
|
|
||||||
/* background: #F1F1F1; */
|
/* background: #F1F1F1; */
|
||||||
}
|
}
|
||||||
right_aside a{color: #1872A2;}
|
right_aside a{color: #88a9d2;}
|
||||||
right_aside h3 {border-bottom: 1px solid #D2D2D2; padding-top: 5px; padding-bottom: 0px; padding-left: 9px; margin-bottom: 0px;
|
right_aside h3 {border-bottom: 1px solid #D2D2D2; padding-top: 5px; padding-bottom: 0px; padding-left: 9px; margin-bottom: 0px;
|
||||||
margin-top:30px;}
|
margin-top:30px;}
|
||||||
right_aside .directory-item { width: 50px; height: 50px; vertical-align: center; text-align: center; }
|
right_aside .directory-item { width: 50px; height: 50px; vertical-align: center; text-align: center; }
|
||||||
|
|
Loading…
Reference in a new issue