diff --git a/core/themes/seven/images/add.png b/core/themes/seven/images/add.png index 1a2faf6..b5aae66 100644 --- a/core/themes/seven/images/add.png +++ b/core/themes/seven/images/add.png @@ -1,4 +1,3 @@ PNG  - IHDR gIDATxڅOA ӽYژicJ%B@9[[*:'`H*Ho\)󗭹x- -u^bZJ IENDB` \ No newline at end of file + IHDR tEXtSoftwareAdobe ImageReadyqe<$iTXtXML:com.adobe.xmp (IDATxb?@0L DYjZH?# ]IENDB` \ No newline at end of file diff --git a/core/themes/seven/style.css b/core/themes/seven/style.css index 7b8ae1b..7051455 100644 --- a/core/themes/seven/style.css +++ b/core/themes/seven/style.css @@ -731,9 +731,26 @@ ul.action-links li { margin: 0 1em 0 0; /* LTR */ } ul.action-links a { - padding-left: 15px; /* LTR */ - background: transparent url(images/add.png) no-repeat 0 center; - line-height: 30px; + padding: 7px 7px 7px 20px; /* LTR */ + background: #3395e2 url(images/add.png) no-repeat 6px center; + line-height: 40px; + border-radius: 5px; + border: solid 1px #2f88cd; + text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4); + box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2); + transition-duration: 0.2s; + user-select:none; + color: #ffffff; +} +ul.action-links a:hover { + border: solid 1px #2f88cd; + text-decoration: none; + background: #2f88cd url(images/add.png) no-repeat 6px center; +} +ul.action-links a:active { + box-shadow: inset 0 1px 1px rgba(0, 97, 171, 0.6); + background: #0371c5 url(images/add.png) no-repeat 6px center; + border: solid 1px #0061ab; } /**