diff options
| author | Jules Laplace <jules@okfoc.us> | 2016-01-21 00:12:15 +0100 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2016-01-21 00:12:15 +0100 |
| commit | 32897d119504d8acac7f1f68ccc058760fd03ac6 (patch) | |
| tree | be0e16d03488ce6e11c41ce4d46548e65a570e41 | |
| parent | a1fbe0b115fd9f9b654dae79f266581c32ba00d2 (diff) | |
gray bg on products
| -rwxr-xr-x | StoneIsland/platforms/ios/Stone Island.xcodeproj/project.xcworkspace/xcuserdata/user.xcuserdatad/UserInterfaceState.xcuserstate | bin | 41993 -> 41993 bytes | |||
| -rwxr-xr-x | StoneIsland/platforms/ios/www/css/products.css | 1 | ||||
| -rwxr-xr-x | StoneIsland/www/css/products.css | 1 |
3 files changed, 2 insertions, 0 deletions
diff --git a/StoneIsland/platforms/ios/Stone Island.xcodeproj/project.xcworkspace/xcuserdata/user.xcuserdatad/UserInterfaceState.xcuserstate b/StoneIsland/platforms/ios/Stone Island.xcodeproj/project.xcworkspace/xcuserdata/user.xcuserdatad/UserInterfaceState.xcuserstate Binary files differindex 909b622c..3af772cc 100755 --- a/StoneIsland/platforms/ios/Stone Island.xcodeproj/project.xcworkspace/xcuserdata/user.xcuserdatad/UserInterfaceState.xcuserstate +++ b/StoneIsland/platforms/ios/Stone Island.xcodeproj/project.xcworkspace/xcuserdata/user.xcuserdatad/UserInterfaceState.xcuserstate diff --git a/StoneIsland/platforms/ios/www/css/products.css b/StoneIsland/platforms/ios/www/css/products.css index 52de76d0..b37b6bbd 100755 --- a/StoneIsland/platforms/ios/www/css/products.css +++ b/StoneIsland/platforms/ios/www/css/products.css @@ -60,6 +60,7 @@ background-size: cover; background-position: center; background-repeat: no-repeat; + background-color: #eee; transition: background 0.5s ease-in; } #closed .closed_store_msg { diff --git a/StoneIsland/www/css/products.css b/StoneIsland/www/css/products.css index 52de76d0..b37b6bbd 100755 --- a/StoneIsland/www/css/products.css +++ b/StoneIsland/www/css/products.css @@ -60,6 +60,7 @@ background-size: cover; background-position: center; background-repeat: no-repeat; + background-color: #eee; transition: background 0.5s ease-in; } #closed .closed_store_msg { |
