]> code.citadel.org Git - citadel.git/commitdiff
come back to transparent buttons for messages, use the same way for display messages...
authorThierry Pasqualier <thierry@uncensored.citadel.org>
Sun, 28 Oct 2007 07:31:24 +0000 (07:31 +0000)
committerThierry Pasqualier <thierry@uncensored.citadel.org>
Sun, 28 Oct 2007 07:31:24 +0000 (07:31 +0000)
webcit/static/webcit.css

index 21bdb587aadf32a8b45a47a1a097dda85d81a071..8f03fe26eed7161bad7bd638f08a09af2a8db826 100644 (file)
@@ -48,11 +48,11 @@ body {
        cursor: help;
 }
 
-.button_link, input, select, #login_form #uname, #login_form #pname, #wholist li.activeuser a, .room_actions form select, .room_actions li.search input, .address_book_popup_title {
+input, select, #login_form #uname, #login_form #pname, #wholist li.activeuser a, .room_actions form select, .room_actions li.search input, .address_book_popup_title {
        background-color: #fbf4ca;
 }
 
-.button_link, input, select, #login_form #uname, #login_form #pname, .room_actions form select, .room_actions li.search input, .address_book_popup_title {
+input, select, #login_form #uname, #login_form #pname, .room_actions form select, .room_actions li.search input, .address_book_popup_title {
        border: 1px solid #999;
        color: #333;
 }
@@ -135,12 +135,6 @@ body {
        color: #000;
 }
 
-input#delbutton,.attachfile, .logbuttons input,.buttons input {
-       background-color: transparent;
-       border: 2px groove #AAA;
-       color: #000;
-}
-
 #message_list_hdr form input {
        border: 0;
 }
@@ -441,21 +435,17 @@ a:link { color: blue; }
 
 a:visited { color: purple; }
 
-.button_link a, .msgbuttons a {
-       border: 1px solid #999;
-       color: #333;
-       background-color: #fbf4ca;
-}
-
 #important_message, .buttons a:hover, .msgbuttons a:hover, input:hover, #button li a:hover, #wholist li a:hover, #navbar ul li a:hover {
        background-color: #AD1C00;
        color: #FFF;
 }
 
-
-.button_link a {
-       font-weight: normal;
+.button_link a, .msgbuttons a, input#delbutton,.attachfile, .logbuttons input,.buttons input, .send_edit_msg input {
+       background-color: transparent;
+       border: 2px groove #CCC;
        color: #333;
+       font-weight: bold;
+       cursor: pointer;
 }
 
 /* Layout */
@@ -480,6 +470,7 @@ body, #global {
        top: 0; 
        right: 0;
        z-index: 2;
+       padding: 3px;
 }
 
 #login_screen, #logout_screen {