diff --git a/domains.php b/domains.php index ecbfc7e..0829a99 100644 --- a/domains.php +++ b/domains.php @@ -55,7 +55,7 @@ limitations under the License.
Name - +
@@ -64,7 +64,7 @@ limitations under the License.
Type - diff --git a/include/custom.css b/include/custom.css index 18a856b..ab09e38 100644 --- a/include/custom.css +++ b/include/custom.css @@ -11,4 +11,9 @@ .defaulthidden { display: none !important; } -.cursor-pointer {cursor: pointer; } \ No newline at end of file +.cursor-pointer {cursor: pointer; } + +.no-shadow { + box-shadow: none!important; + border-color: #CCC!important; +}