From: Carsten K. <car...@us...> - 2002-01-07 18:37:07
|
Update of /cvsroot/phpwiki/phpwiki/themes/Hawaiian In directory usw-pr-cvs1:/tmp/cvs-serv13020 Modified Files: Hawaiian.css Log Message: Removed: make wikiaction links look like buttons. Index: Hawaiian.css =================================================================== RCS file: /cvsroot/phpwiki/phpwiki/themes/Hawaiian/Hawaiian.css,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -r1.3 -r1.4 *** Hawaiian.css 2002/01/05 06:17:02 1.3 --- Hawaiian.css 2002/01/07 18:37:04 1.4 *************** *** 166,172 **** */ A.wikiaction, A.wikiadmin { text-decoration: none; } ! A.wikiaction, .wikiaction TABLE, SPAN.wikiaction { background-color: #ddd; } ! A.wikiadmin, .wikiadmin TABLE { background-color: #fdd; } ! .wikiunsafe { background-color: #ccc; } /* --- 166,172 ---- */ A.wikiaction, A.wikiadmin { text-decoration: none; } ! A.wikiaction, .wikiaction TABLE, SPAN.wikiaction { background-color: inherit; } ! A.wikiadmin, .wikiadmin TABLE { background-color: inherit ; } ! .wikiunsafe { background-color: inherit; } /* *************** *** 180,194 **** ! /* ! * Put a border around wikiaction forms: ! * This doesn't work for NS4. ! */ ! .wikiaction TABLE, .wikiadmin TABLE ! { ! border-style: ridge; ! border-width: medium; ! } ! .wikiaction TABLE { border-color: #9cf; } ! .wikiadmin TABLE { border-color: #f99; } /* Backlinks */ --- 180,185 ---- ! .wikiaction TABLE { border-color: inherit; } ! .wikiadmin TABLE { border-color: inherit; } /* Backlinks */ |