diff options
-rw-r--r-- | themes/elegant/theme.css | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/themes/elegant/theme.css b/themes/elegant/theme.css index 199398406..fb9d17f36 100644 --- a/themes/elegant/theme.css +++ b/themes/elegant/theme.css @@ -11,10 +11,11 @@ html, body { background-color: #111;} #imageInfos, #infoSwitcher.infohidden { background-color: #333;} #thePicturePage #comments { background-color: #333;} #pictureCommentList li { background-color: #444;} + .calendarTitle { background-color: #222;} .switchBox, .header_notes { background-color: #555;} -.thumbnailCategory { background-color: #333;} +.thumbnailCategory , .commentElement { background-color: #333;} .message { background-color: #666;} INPUT[type="text"], INPUT[type="password"], @@ -52,8 +53,6 @@ INPUT:focus, SELECT:focus, TEXTAREA:focus { color: #fff;} FIELDSET, INPUT, SELECT, TEXTAREA { border: 1px solid #777;} - - /* icons */ .pwg-icon { background-image: url(../default/s26/outline_808080.png);} @@ -260,6 +259,7 @@ a:hover { border-bottom: none;} #pictureComments form p textarea { margin: 10px 0;} #pictureComments INPUT { margin: 10px;} #pictureComments INPUT[type=submit] { margin: 0;} +.commentElement .description { padding: 5px;} /* calendar */ |