Changeset 3436:a9f79153b3d0 for admin/style/default.css
- Timestamp:
- 12/03/16 10:33:55 (9 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/style/default.css
r3435 r3436 1360 1360 1361 1361 /* specific buttons */ 1362 .checkbox-helper {1362 .checkbox-helper, #gototop { 1363 1363 font-size: 0.825em; 1364 color: #333; 1364 1365 text-shadow: none; 1365 background-color: transparent; 1366 background-image: none; 1366 background: #fff; 1367 1367 box-shadow: none; 1368 1368 border: 1px solid #676e78; 1369 margin-bottom: .25em; } 1370 .checkbox-helper:hover { 1371 background-color: #a2cbe9; 1372 background-image: none; 1373 box-shadow: none; } 1369 margin-bottom: .25em; 1370 text-align: center; } 1371 .checkbox-helper:hover, #gototop:hover { 1372 background: #a2cbe9; 1373 box-shadow: none; 1374 border: 1px solid #676e78; } 1375 1376 #gototop { 1377 display: none; 1378 z-index: 1000; 1379 position: fixed; 1380 bottom: 0; 1381 right: .5em; 1382 width: 10em; 1383 padding: .25em; 1384 border-radius: .25em; } 1385 1386 #gototop a, 1387 #gototop a:link, 1388 #gototop a:hover, 1389 #gototop a:active { 1390 color: #333; 1391 background: transparent; 1392 border: none; } 1374 1393 1375 1394 .metaRemove, … … 1881 1900 #helplink p { 1882 1901 padding: 0 0 0 .5em; } 1883 1884 #gototop {1885 display: none;1886 z-index: 1000;1887 position: fixed;1888 bottom: 0;1889 right: .5em;1890 width: 10em;1891 padding: .25em;1892 border: 1px solid #636363;1893 border-radius: .25em;1894 background-color: #fff;1895 color: #333;1896 font-size: .875em;1897 text-align: center; }1898 1899 #gototop a,1900 #gototop a:link,1901 #gototop a:hover,1902 #gototop a:active {1903 background: transparent;1904 border: none;1905 font-weight: bold;1906 color: #636363; }1907 1902 1908 1903 #footer p {
Note: See TracChangeset
for help on using the changeset viewer.