diff options
Diffstat (limited to 'simplex')
-rw-r--r-- | simplex/bootstrap.css | 6 | ||||
-rw-r--r-- | simplex/bootstrap.min.css | 1 | ||||
-rwxr-xr-x | simplex/bootswatch.less | 6 |
3 files changed, 12 insertions, 1 deletions
diff --git a/simplex/bootstrap.css b/simplex/bootstrap.css index ffb04f99..f109aad7 100644 --- a/simplex/bootstrap.css +++ b/simplex/bootstrap.css @@ -4189,3 +4189,9 @@ h6 { i[class^="icon-"] { opacity: 0.6; } +.hero-unit { + border: 1px solid rgba(0, 0, 0, 0.05); + -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); + -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); + box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); +} diff --git a/simplex/bootstrap.min.css b/simplex/bootstrap.min.css index 49130e0d..640c5543 100644 --- a/simplex/bootstrap.min.css +++ b/simplex/bootstrap.min.css @@ -708,3 +708,4 @@ h6{color:#000000;} .btn-inverse{background-color:#a54ca9;background-image:-moz-linear-gradient(top, #ac4fb0, #9b479f);background-image:-ms-linear-gradient(top, #ac4fb0, #9b479f);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#ac4fb0), to(#9b479f));background-image:-webkit-linear-gradient(top, #ac4fb0, #9b479f);background-image:-o-linear-gradient(top, #ac4fb0, #9b479f);background-image:linear-gradient(top, #ac4fb0, #9b479f);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ac4fb0', endColorstr='#9b479f', GradientType=0);border-color:#9b479f #9b479f #672f6a;border-color:rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);filter:progid:dximagetransform.microsoft.gradient(enabled=false);}.btn-inverse:hover,.btn-inverse:active,.btn-inverse.active,.btn-inverse.disabled,.btn-inverse[disabled]{background-color:#9b479f;} .btn-inverse:active,.btn-inverse.active{background-color:#79377c \9;} i[class^="icon-"]{opacity:0.6;} +.hero-unit{border:1px solid rgba(0, 0, 0, 0.05);-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.05);-moz-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.05);box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.05);} diff --git a/simplex/bootswatch.less b/simplex/bootswatch.less index 8a07703e..866835ed 100755 --- a/simplex/bootswatch.less +++ b/simplex/bootswatch.less @@ -85,7 +85,11 @@ h6 { // MISCELLANEOUS // ----------------------------------------------------- -// Make icons gray i[class^="icon-"]{ opacity: 0.6; } + +.hero-unit { + border: 1px solid rgba(0,0,0,.05); + .box-shadow(inset 0 1px 1px rgba(0,0,0,.05)); +}
\ No newline at end of file |