Only shade icons and labels of the block level buttons.

This commit is contained in:
Roberto Rosario
2015-07-13 19:44:18 -04:00
parent c23749b37e
commit defe947c79

View File

@@ -145,11 +145,11 @@
padding-bottom: 1px; padding-bottom: 1px;
} }
.fa { .btn-block .fa {
text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3); text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
} }
.btn { .btn-block {
text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3); text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
} }
</style> </style>