Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / resources / local_ntp / most_visited_thumbnail.css
index 36942c6..3a1a1ca 100644 (file)
@@ -12,6 +12,10 @@ a {
   width: 100%;
 }
 
+a:focus {
+  outline: none;  /* Remove outline from tabIndex = -1. */
+}
+
 div {
   bottom: 24px;
   margin: 0 7px;
@@ -23,14 +27,7 @@ div {
   width: 90%;
 }
 
-img,
-.shadow {
-  border-radius: 2px;
+img {
   height: 100%;
   width: 100%;
 }
-
-.shadow {
-  box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.09);
-  position: absolute;
-}
\ No newline at end of file