rbrindley: branch rbrindley/welcome_revamp r4224 - in	/team/rbrindley/welcome...
    SVN commits to the Asterisk-GUI project 
    asterisk-gui-commits at lists.digium.com
       
    Tue Nov 25 17:13:30 CST 2008
    
    
  
Author: rbrindley
Date: Tue Nov 25 17:13:30 2008
New Revision: 4224
URL: http://svn.digium.com/view/asterisk-gui?view=rev&rev=4224
Log:
moved hover in call tables into generic table css
Modified:
    team/rbrindley/welcome_revamp/config/stylesheets/tables.css
    team/rbrindley/welcome_revamp/config/welcome2.html
Modified: team/rbrindley/welcome_revamp/config/stylesheets/tables.css
URL: http://svn.digium.com/view/asterisk-gui/team/rbrindley/welcome_revamp/config/stylesheets/tables.css?view=diff&rev=4224&r1=4223&r2=4224
==============================================================================
--- team/rbrindley/welcome_revamp/config/stylesheets/tables.css (original)
+++ team/rbrindley/welcome_revamp/config/stylesheets/tables.css Tue Nov 25 17:13:30 2008
@@ -16,7 +16,8 @@
 	background-position: center right;
 }
 
-table.list tbody tr {
+table.list tbody tr:hover {
+	background-color: #a8b6e5;
 }
 
 table.list tbody tr.even {
Modified: team/rbrindley/welcome_revamp/config/welcome2.html
URL: http://svn.digium.com/view/asterisk-gui/team/rbrindley/welcome_revamp/config/welcome2.html?view=diff&rev=4224&r1=4223&r2=4224
==============================================================================
--- team/rbrindley/welcome_revamp/config/welcome2.html (original)
+++ team/rbrindley/welcome_revamp/config/welcome2.html Tue Nov 25 17:13:30 2008
@@ -187,11 +187,6 @@
 
 div.queue div.body div.calls table {
 	width: auto;
-}
-
-div.queue div.body div.calls table tbody tr.call:hover {
-	background-color: #a8b6e5;
-	cursor: pointer;
 }
 
 div.queue div.body div.calls table tbody tr.new {
    
    
More information about the asterisk-gui-commits
mailing list