namirasoft-site-react 1.3.334 → 1.3.335

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -247,4 +247,8 @@
247
247
  .ns_td_input {
248
248
  width: 100%;
249
249
  text-align: center;
250
+ }
251
+
252
+ .ns_table tr:hover {
253
+ background-color: #dbdbdb !important;
250
254
  }
package/package.json CHANGED
@@ -8,7 +8,7 @@
8
8
  "framework": "npm",
9
9
  "application": "package",
10
10
  "private": false,
11
- "version": "1.3.334",
11
+ "version": "1.3.335",
12
12
  "author": "Amir Abolhasani, Alireza Esmaeeli, Sepideh Mazloumi, Hooman Shashaeh",
13
13
  "license": "MIT",
14
14
  "main": "./dist/main.js",
@@ -247,4 +247,8 @@
247
247
  .ns_td_input {
248
248
  width: 100%;
249
249
  text-align: center;
250
+ }
251
+
252
+ .ns_table tr:hover {
253
+ background-color: #dbdbdb !important;
250
254
  }