welcome_css 0.47 → 0.48

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 0cc36fffe3409e692e77033df307febdd965fdfceb37db5d5b667d23dbfb7b8a
4
- data.tar.gz: b4c58fcdd0e55c6a8947e24524a4ed89e975165e9b8c4a19d811ef7b6228747a
3
+ metadata.gz: 9975c71eb1bb4acca218667bb5b690d6a37ca114fae646cc05aecfb8d4563b13
4
+ data.tar.gz: 5f405868f91f4ad1fb5c269dacf40722fab724497eeca2e0a4fb8f9cdb7e2fdf
5
5
  SHA512:
6
- metadata.gz: e9830998a27f104d747f88867be62d8d5e93101fbcb8041410275f681f86334591fb5802ba3514d7687d63e978e184b2fc0510591c4d229e334cfc6b78e8d1e8
7
- data.tar.gz: e30df3ee185e9719a46324a2e2e097fd5acac79262117fb5c1eef245613ab36b585c965ef8144eb158cfce4aae91043f45bd1d759a6617ae4eff04dcc057fe88
6
+ metadata.gz: c528876b38ed8b412e8051683253106a09c5673f818c8df20c46c38e07f58b7a5ef83c5b1fa0add79764f9a2a164378ef3f57fd441ec79de1f214ba53d171746
7
+ data.tar.gz: 94f538b00ece9876f42bfc9e59b476770fce866d55766b16bdfc26c930930d1aa8ce2ef7f5dd7868d6e3de0e8c6e19751cd79afe2813409c5e647ee1ebe7fa40
@@ -2709,6 +2709,20 @@ table .ui-table-row {
2709
2709
  text-indent: -9999px;
2710
2710
  z-index: 2;
2711
2711
  }
2712
+ .ui-app-area .activate_deactivate input[type=submit] {
2713
+ display: block;
2714
+ position: absolute;
2715
+ width: 100%;
2716
+ height: 100%;
2717
+ text-indent: -9999px;
2718
+ z-index: 2;
2719
+ background-color: transparent;
2720
+ border: none;
2721
+ }
2722
+ .ui-app-area .activate_deactivate input[type=submit]:hover {
2723
+ background-color: transparent !important;
2724
+ border: none !important;
2725
+ }
2712
2726
  .ui-app-area .activate_deactivate img.img-responsive {
2713
2727
  display: block;
2714
2728
  width: 22px !important;
@@ -1,3 +1,3 @@
1
1
  module WelcomeCss
2
- VERSION = "0.47"
2
+ VERSION = "0.48"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: welcome_css
3
3
  version: !ruby/object:Gem::Version
4
- version: '0.47'
4
+ version: '0.48'
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jose Camacho