vendor/extensions/theme_default/public/stylesheets/screen.css in spree-0.11.0 vs vendor/extensions/theme_default/public/stylesheets/screen.css in spree-0.11.1

- old
+ new

@@ -260,10 +260,14 @@ } body { margin-top: 0px; background: #ffffff url(../images/tile-slider.png) top left repeat-x; } +.container_bg { + width: 100%; + background: url(../images/tile-header.png) top left repeat-x; +} div.left { float: left; width: 49%; } div.right { @@ -281,16 +285,10 @@ width: 950px; margin: 0 auto; overflow: hidden; display: block; } - -.container_bg{ - width:100%; - background:url(../images/tile-header.png) top left repeat-x; -} - #sidebar { display: inline; float: left; width: 150px; margin-right: 10px; @@ -313,11 +311,11 @@ position: relative; color: #2e6ab1; clear: both; } #header a { color: #2e6ab1; } -#header a:hover { color: #3C7DFB; } +#header a:hover { color: #3c7dfb; } #footer { padding-top: 2em; clear: both; } #footer div.left { width: 37%; } @@ -657,9 +655,13 @@ cursor: pointer; } button.primary, a.button.primary, input.button.primary { font-weight: bold; color: #000000; +} +button.disabled, a.button.disabled, input.button.disabled { + font-weight: bold; + color: #999999; } button:hover { background-image: url(../images/buttons/bg-button-hover.png) !important; } a.button:hover { background-image: url(../images/buttons/bg-button-hover.png) !important; } input.button:hover { background-image: url(../images/buttons/bg-button-hover.png) !important; } button.large, a.button.large, input.button.large {