Only change background on hover

This commit is contained in:
Kevin Sawicki 2016-02-17 10:07:32 -08:00
parent de37de1785
commit 4d011057b0

View file

@ -64,8 +64,7 @@
} }
#holder.hover { #holder.hover {
border: 4px dashed #999; background-color: #7BDCEF;
color: #eee;
} }
</style> </style>
</head> </head>