balmet.com

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

image-select.css (376B)


      1 .rwmb-image-select {
      2 	display: inline-block;
      3 	width: 80px;
      4 	height: 80px;
      5 	float: left;
      6 	margin: 0 10px 10px 0;
      7 	border: 3px solid #d8d8d8;
      8 	border-radius: 3px;
      9 	padding: 1px;
     10 }
     11 .rwmb-image-select img {
     12 	width: 100%;
     13 	height: 100%;
     14 }
     15 .rwmb-image-select:hover,
     16 .rwmb-image-select.rwmb-active {
     17 	border-color: #0074a2;
     18 }
     19 .rwmb-image_select.rwmb-image_select {
     20 	display: none;
     21 }