Преглед изворни кода

git-svn-id: file:///srv/caca.zoy.org/var/lib/svn/web/trunk@4597 92316355-f0b4-4df1-b90c-862c8a59935f

master
carmie пре 14 година
родитељ
комит
05679dfd9e
1 измењених фајлова са 10 додато и 12 уклоњено
  1. +10
    -12
      trac/htdocs/libcaca.css

+ 10
- 12
trac/htdocs/libcaca.css Прегледај датотеку

@@ -590,18 +590,6 @@ table.listing tbody td.id,
table.listing tbody th.id {
display: none;
}
table.listing tbody tr {
background: rgba(255, 255, 255);
}
table.listing tbody tr.odd {
background: rgba(255, 255, 255, 0.7);
}
table.listing tbody tr.even {
background: rgba(240, 240, 240, 0.8);
}

table.listing tbody tr:hover { background: #D7E6FF !important }
table.listing tbody tr.focus { background: #D7E6FF !important }

table.listing tbody td.lasttopic,
table.listing tbody td.author,
@@ -615,7 +603,17 @@ table.listing tbody td.replies,
table.listing tbody td.new_replies {
text-align: right;
}
.tickets tr.color3-odd,
table.listing tbody tr.odd {
background: rgba(255, 255, 255, 0.7);
}
.tickets tr.color3-even,
table.listing tbody tr.even {
background: rgba(240, 240, 240, 0.8);
}

table.listing tbody tr:hover { background: #D7E6FF !important }
table.listing tbody tr.focus { background: #D7E6FF !important }
/* === FORUM === */

.forum-list tr > td {


Loading…
Откажи
Сачувај