c448aef1 by Jeff Balicki

ss

Signed-off-by: Jeff <jeff@gotenzing.com>
1 parent 2b6a3244
...@@ -14884,19 +14884,19 @@ label[for=quicksearch] { ...@@ -14884,19 +14884,19 @@ label[for=quicksearch] {
14884 position: absolute; 14884 position: absolute;
14885 background: #fff; 14885 background: #fff;
14886 margin-left: -30px; 14886 margin-left: -30px;
14887 border: 2px solid #1A3668; 14887 border: 1px solid #1A3668;
14888 border-radius: 4px; 14888 border-radius: 4px;
14889 } 14889 }
14890 .category-type input:checked + label:before, 14890 .category-type input:checked + label:before,
14891 .category-filter input:checked + label:before { 14891 .category-filter input:checked + label:before {
14892 background: #1A3668 !important; 14892 background: #fff !important;
14893 border: 2px solid #1A3668; 14893 border: 1px solid #1A3668;
14894 content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15.078' height='18.352' viewBox='0 0 15.078 18.352'%3E%3Cpath id='Path_1871' data-name='Path 1871' d='M137.622 43.1l1.28 2.211 6.924-11.987a1.837 1.837 0 0 1 3.2 1.8l-8.5 14.722a1.931 1.931 0 0 1-3.259 0L134.48 44.9a1.812 1.812 0 1 1 3.142-1.8Z' transform='translate(-134.203 -32.392)' fill='%23fff' fill-rule='evenodd'/%3E%3C/svg%3E"); 14894 content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19.299' height='14.558' viewBox='0 0 19.299 14.558'%3E%3Cpath id='checkmark' d='M7982.414 1345.182a1.994 1.994 0 0 1-1.414-.586l-4.742-4.741a2 2 0 0 1 2.828-2.829l3.328 3.327 9.144-9.144a2 2 0 0 1 2.828 2.828l-10.558 10.558A1.993 1.993 0 0 1 7982.414 1345.182Z' transform='translate(-7975.672 -1330.625)' fill='%233eaf49'/%3E%3C/svg%3E");
14895 height: 25px; 14895 height: 25px;
14896 width: 25px; 14896 width: 25px;
14897 padding: 2px 4px; 14897 padding: 0px 1px 2px 1px;
14898 background-position: 4px; 14898 background-position: 4px;
14899 background-size: 22px; 14899 background-size: 20px;
14900 background-repeat: no-repeat; 14900 background-repeat: no-repeat;
14901 position: absolute; 14901 position: absolute;
14902 cursor: pointer; 14902 cursor: pointer;
...@@ -14925,6 +14925,10 @@ label[for=quicksearch] { ...@@ -14925,6 +14925,10 @@ label[for=quicksearch] {
14925 overflow: hidden; 14925 overflow: hidden;
14926 } 14926 }
14927 14927
14928 .category-filter:hover label:before {
14929 border: 2px solid #1A3668;
14930 }
14931
14928 #resources.dataTable { 14932 #resources.dataTable {
14929 width: 100% !important; 14933 width: 100% !important;
14930 } 14934 }
...@@ -15016,7 +15020,7 @@ td.hidden { ...@@ -15016,7 +15020,7 @@ td.hidden {
15016 line-height: 24px; 15020 line-height: 24px;
15017 color: #1A3668; 15021 color: #1A3668;
15018 } 15022 }
15019 .table-like__item button { 15023 .table-like__item .button {
15020 all: unset; 15024 all: unset;
15021 cursor: pointer; 15025 cursor: pointer;
15022 text-transform: uppercase; 15026 text-transform: uppercase;
......
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
...@@ -132,12 +132,12 @@ function resources($id){ ...@@ -132,12 +132,12 @@ function resources($id){
132 } ?> 132 } ?>
133 133
134 <tr class="table-like__item"> 134 <tr class="table-like__item">
135 <td class="item"><div class="item-content"><a role="button" href="<?php echo get_permalink($id); ?>"><?php echo $post->post_title; ?></a><div> 135 <td class="item"><div class="item-content"><a target="_blank" role="button" href="<?php echo wp_get_attachment_url($id); ?>"><?php echo $post->post_title; ?></a><div>
136 </td> 136 </td>
137 <td class="hidden"> <?php echo $cat; ?></td> 137 <td class="hidden"> <?php echo $cat; ?></td>
138 <td class="hidden"><?php echo get_post_time('U',false, $id ); ?></td> 138 <td class="hidden"><?php echo get_post_time('U',false, $id ); ?></td>
139 <td> 139 <td>
140 <button>View</button> 140 <a target="_blank" role="button" href="<?php echo wp_get_attachment_url($id); ?>" class="button">View</a>
141 </td> 141 </td>
142 </tr> 142 </tr>
143 <?php 143 <?php
......
...@@ -104,22 +104,26 @@ label[for="quicksearch"] { ...@@ -104,22 +104,26 @@ label[for="quicksearch"] {
104 position: absolute; 104 position: absolute;
105 background: #fff; 105 background: #fff;
106 margin-left: -30px; 106 margin-left: -30px;
107 border: 2px solid #1A3668; 107 border: 1px solid #1A3668;
108 border-radius: 4px; 108 border-radius: 4px;
109 } 109 }
110
110 input:checked + label:before { 111 input:checked + label:before {
111 background: #1A3668 !important; 112 background: #fff !important;
112 border: 2px solid #1A3668; 113 border: 1px solid #1A3668;
113 content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15.078' height='18.352' viewBox='0 0 15.078 18.352'%3E%3Cpath id='Path_1871' data-name='Path 1871' d='M137.622 43.1l1.28 2.211 6.924-11.987a1.837 1.837 0 0 1 3.2 1.8l-8.5 14.722a1.931 1.931 0 0 1-3.259 0L134.48 44.9a1.812 1.812 0 1 1 3.142-1.8Z' transform='translate(-134.203 -32.392)' fill='%23fff' fill-rule='evenodd'/%3E%3C/svg%3E"); 114 content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19.299' height='14.558' viewBox='0 0 19.299 14.558'%3E%3Cpath id='checkmark' d='M7982.414 1345.182a1.994 1.994 0 0 1-1.414-.586l-4.742-4.741a2 2 0 0 1 2.828-2.829l3.328 3.327 9.144-9.144a2 2 0 0 1 2.828 2.828l-10.558 10.558A1.993 1.993 0 0 1 7982.414 1345.182Z' transform='translate(-7975.672 -1330.625)' fill='%233eaf49'/%3E%3C/svg%3E");
114 height: 25px; 115 height: 25px;
115 width: 25px; 116 width: 25px;
116 padding: 2px 4px; 117 padding: 0px 1px 2px 1px;
117 background-position: 4px; 118 background-position: 4px;
118 background-size: 22px; 119 background-size: 20px;
119 background-repeat: no-repeat; 120 background-repeat: no-repeat;
120 position: absolute; 121 position: absolute;
121 cursor: pointer; 122 cursor: pointer;
122 } 123 }
124
125
126
123 input[type="checkbox"] { 127 input[type="checkbox"] {
124 background-color: initial; 128 background-color: initial;
125 cursor: default; 129 cursor: default;
...@@ -143,7 +147,9 @@ label[for="quicksearch"] { ...@@ -143,7 +147,9 @@ label[for="quicksearch"] {
143 overflow: hidden; 147 overflow: hidden;
144 } 148 }
145 } 149 }
146 150 .category-filter:hover label:before{
151 border: 2px solid #1A3668;
152 }
147 153
148 #resources.dataTable{ 154 #resources.dataTable{
149 width: 100% !important; 155 width: 100% !important;
...@@ -228,7 +234,7 @@ td.hidden { ...@@ -228,7 +234,7 @@ td.hidden {
228 color: #1A3668; 234 color: #1A3668;
229 } 235 }
230 } 236 }
231 button{ 237 .button{
232 all: unset; 238 all: unset;
233 cursor: pointer; 239 cursor: pointer;
234 text-transform: uppercase; 240 text-transform: uppercase;
......
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
5 Author: the Understrap Contributors 5 Author: the Understrap Contributors
6 Author URI: https://github.com/understrap/understrap-child/graphs/contributors 6 Author URI: https://github.com/understrap/understrap-child/graphs/contributors
7 Template: understrap 7 Template: understrap
8 Version: 1.2.0005 8 Version: 1.2.0006
9 License: GNU General Public License v2 or later 9 License: GNU General Public License v2 or later
10 License URI: http://www.gnu.org/licenses/gpl-2.0.html 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html
11 Text Domain: understrap-child 11 Text Domain: understrap-child
......