Changeset 296 for Dev/branches/Cartis/Tiles preview/css/tile1.css
- Timestamp:
- 02/29/12 16:32:21 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Dev/branches/Cartis/Tiles preview/css/tile1.css
r290 r296 254 254 .tile:hover { 255 255 background-color: #78abe2; 256 background-image: linear-gradient(bottom, rgb(54,122,195) 44%, rgb( 120,171,226) 72%);257 background-image: -o-linear-gradient(bottom, rgb(54,122,195) 44%, rgb( 120,171,226) 72%);258 background-image: -moz-linear-gradient(bottom, rgb(54,122,195) 44%, rgb( 120,171,226) 72%);259 background-image: -webkit-linear-gradient(bottom, rgb(54,122,195) 44%, rgb( 120,171,226) 72%);260 background-image: -ms-linear-gradient(bottom, rgb(54,122,195) 44%, rgb( 120,171,226) 72%);256 background-image: linear-gradient(bottom, rgb(54,122,195) 44%, rgb(99,159,222) 72%); 257 background-image: -o-linear-gradient(bottom, rgb(54,122,195) 44%, rgb(99,159,222) 72%); 258 background-image: -moz-linear-gradient(bottom, rgb(54,122,195) 44%, rgb(99,159,222) 72%); 259 background-image: -webkit-linear-gradient(bottom, rgb(54,122,195) 44%, rgb(99,159,222) 72%); 260 background-image: -ms-linear-gradient(bottom, rgb(54,122,195) 44%, rgb(99,159,222) 72%); 261 261 262 262 background-image: -webkit-gradient( 263 263 linear, 264 264 left bottom, 265 left top,265 right top, 266 266 color-stop(0.44, rgb(54,122,195)), 267 color-stop(0.72, rgb( 120,171,226))267 color-stop(0.72, rgb(99,159,222)) 268 268 ); 269 269 }
Note: See TracChangeset
for help on using the changeset viewer.