Changeset 337 for Dev/branches/rest-dojo-ui/client/rft/css/rftButtons.css
- Timestamp:
- 05/31/12 17:03:19 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Dev/branches/rest-dojo-ui/client/rft/css/rftButtons.css
r335 r337 153 153 margin: 2px 4px -2px 4px; 154 154 } 155 156 /* MainMenuButton */ 157 .gamelab .dijitMenuBar .rftMainMenuButton { 158 border: none; 159 height: 30px; 160 width: auto; 161 background-image: none; 162 background: transparent; 163 text-align: center; 164 color: #999999; 165 font-size: 24px; 166 line-height: 30px; 167 padding: 0 4px; 168 margin: 0 5px; 169 box-shadow: none; 170 transition: all 0.3s; 171 -moz-transition: all 0.3s; 172 -webkit-transition: all 0.3s; 173 -o-transition: all 0.3s; 174 } 175 .gamelab .dijitMenuBar .rftMainMenuButton.dijitMenuItemHover { 176 color: #ffffff; 177 font-size: 26px; 178 transition: all 0.1s; 179 -moz-transition: all 0.1s; 180 -webkit-transition: all 0.1s; 181 -o-transition: all 0.1s; 182 } 183 .gamelab .dijitMenuBar .rftMainMenuButton.dijitMenuItemActive { 184 color: #0794d1 !important; 185 font-size: 26px; 186 transition: all 0.1s; 187 -moz-transition: all 0.1s; 188 -webkit-transition: all 0.1s; 189 -o-transition: all 0.1s; 190 } 191 .gamelab .dijitMenuBar .rftMainMenuButton.dijitMenuItemSelected { 192 color: #ffffff; 193 font-size: 26px; 194 }
Note: See TracChangeset
for help on using the changeset viewer.