files.css 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865
  1. /* Copyright (c) 2011, Jan-Christoph Borchardt, http://jancborchardt.net
  2. This file is licensed under the Affero General Public License version 3 or later.
  3. See the COPYING-README file. */
  4. /* SETTINGS */
  5. #files-setting-showhidden {
  6. padding-bottom: 8px;
  7. }
  8. /* FILE MENU */
  9. .actions { padding:5px; height:32px; display: inline-block; float: left; }
  10. .actions input, .actions button, .actions .button { margin:0; float:left; }
  11. .actions .button a { color: #555; }
  12. .actions .button a:hover,
  13. .actions .button a:focus,
  14. .actions .button a:active {
  15. color: #333;
  16. }
  17. .actions.hidden { display: none; }
  18. .actions.creatable {
  19. position: relative;
  20. z-index: -30;
  21. }
  22. #trash {
  23. margin-right: 8px;
  24. float: right;
  25. z-index: 1010;
  26. padding: 10px;
  27. font-weight: normal;
  28. }
  29. .newFileMenu .error, #fileList .error {
  30. color: #e9322d;
  31. border-color: #e9322d;
  32. -webkit-box-shadow: 0 0 6px #f8b9b7;
  33. -moz-box-shadow: 0 0 6px #f8b9b7;
  34. box-shadow: 0 0 6px #f8b9b7;
  35. }
  36. /* FILE TABLE */
  37. #filestable {
  38. position: relative;
  39. width: 100%;
  40. }
  41. #filestable.has-controls {
  42. top: 44px;
  43. }
  44. /* make sure there's enough room for the file actions */
  45. #body-user #filestable {
  46. min-width: 688px; /* 768 (mobile break) - 80 (nav width) */
  47. }
  48. #body-user #controls {
  49. min-width: 688px; /* 768 (mobile break) - 80 (nav width) */
  50. }
  51. #filestable tbody tr {
  52. background-color: #fff;
  53. height: 51px;
  54. }
  55. /* fit app list view heights */
  56. .app-files #app-content>.viewcontainer {
  57. min-height: 0%;
  58. }
  59. .app-files #app-content {
  60. transition: background-color 0.3s ease;
  61. overflow-x: hidden;
  62. }
  63. .file-drag, .file-drag #filestable tbody tr, .file-drag #filestable tbody tr:hover {
  64. transition: background-color 0.3s ease!important;
  65. background-color: rgb(179, 230, 255)!important;
  66. }
  67. .app-files #app-content.dir-drop, .file-drag #filestable tbody tr, .file-drag #filestable tbody tr:hover{
  68. background-color: rgba(0, 0, 0, 0)!important;
  69. }
  70. .app-files #app-content.dir-drop #filestable tbody tr.dropping-to-dir{
  71. background-color: rgb(179, 230, 255)!important;
  72. }
  73. /* icons for sidebar */
  74. .nav-icon-files {
  75. background-image: url('../img/folder.svg?v=1');
  76. }
  77. .nav-icon-recent {
  78. background-image: url('../img/recent.svg?v=1');
  79. }
  80. .nav-icon-favorites {
  81. background-image: url('../img/star.svg?v=1');
  82. }
  83. .nav-icon-sharingin,
  84. .nav-icon-sharingout {
  85. background-image: url('../img/share.svg?v=1');
  86. }
  87. .nav-icon-sharinglinks {
  88. background-image: url('../img/public.svg?v=1');
  89. }
  90. .nav-icon-extstoragemounts {
  91. background-image: url('../img/external.svg?v=1');
  92. }
  93. .nav-icon-trashbin {
  94. background-image: url('../img/delete.svg?v=1');
  95. }
  96. #app-navigation .nav-files a.nav-icon-files {
  97. width: auto;
  98. }
  99. /* button needs overrides due to navigation styles */
  100. #app-navigation .nav-files a.new {
  101. width: 40px;
  102. height: 32px;
  103. padding: 0 10px;
  104. margin: 0;
  105. cursor: pointer;
  106. }
  107. #app-navigation .nav-files a.new.hidden {
  108. display: none;
  109. }
  110. #app-navigation .nav-files a.new.disabled {
  111. opacity: 0.3;
  112. }
  113. #filestable tbody tr {
  114. transition: background-color 0.3s ease;
  115. background-color: #fff;
  116. height: 40px;
  117. }
  118. #filestable tbody tr:hover,
  119. #filestable tbody tr:focus,
  120. #filestable tbody .name:focus,
  121. #filestable tbody tr:active,
  122. #filestable tbody tr.highlighted,
  123. #filestable tbody tr.highlighted .name:focus,
  124. #filestable tbody tr.selected,
  125. #filestable tbody tr.searchresult,
  126. table tr.mouseOver td {
  127. transition: background-color 0.3s ease;
  128. background-color: #f8f8f8;
  129. }
  130. tbody a { color:#000; }
  131. span.conflict-path, span.extension, span.uploading, td.date {
  132. color: #999;
  133. }
  134. span.conflict-path, span.extension {
  135. -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  136. filter: alpha(opacity=70);
  137. opacity: .7;
  138. -webkit-transition: opacity 300ms;
  139. -moz-transition: opacity 300ms;
  140. -o-transition: opacity 300ms;
  141. transition: opacity 300ms;
  142. vertical-align: top;
  143. }
  144. tr:hover span.conflict-path,
  145. tr:focus span.conflict-path,
  146. tr:hover span.extension,
  147. tr:focus span.extension {
  148. -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  149. filter: alpha(opacity=100);
  150. opacity: 1;
  151. color: #777;
  152. }
  153. table th, table th a {
  154. color: #999;
  155. }
  156. table.multiselect th a {
  157. color: #000;
  158. }
  159. table th .columntitle {
  160. display: block;
  161. padding: 15px;
  162. height: 50px;
  163. box-sizing: border-box;
  164. -moz-box-sizing: border-box;
  165. vertical-align: middle;
  166. }
  167. table th .columntitle.name {
  168. padding-left: 5px;
  169. padding-right: 80px;
  170. margin-left: 50px;
  171. }
  172. table th .sort-indicator {
  173. width: 10px;
  174. height: 8px;
  175. margin-left: 5px;
  176. display: inline-block;
  177. vertical-align: text-bottom;
  178. -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  179. filter: alpha(opacity=30);
  180. opacity: .3;
  181. }
  182. .sort-indicator.hidden,
  183. .multiselect .sort-indicator,
  184. table.multiselect th:hover .sort-indicator.hidden,
  185. table.multiselect th:focus .sort-indicator.hidden {
  186. visibility: hidden;
  187. }
  188. .multiselect .sort, .multiselect .sort span {
  189. cursor: default;
  190. }
  191. table th:hover .sort-indicator.hidden,
  192. table th:focus .sort-indicator.hidden {
  193. visibility: visible;
  194. }
  195. table th,
  196. table td {
  197. border-bottom: 1px solid #eee;
  198. text-align: left;
  199. font-weight: normal;
  200. }
  201. table td {
  202. padding: 0 15px;
  203. font-style: normal;
  204. background-position: 8px center;
  205. background-repeat: no-repeat;
  206. }
  207. table th#headerName {
  208. position: relative;
  209. width: 9999px; /* not really sure why this works better than 100% … table styling */
  210. padding: 0;
  211. }
  212. #headerName-container {
  213. position: relative;
  214. height: 50px;
  215. }
  216. .has-favorites #headerName-container {
  217. padding-left: 50px;
  218. }
  219. table th#headerSize, table td.filesize {
  220. text-align: right;
  221. }
  222. table th#headerDate, table td.date,
  223. table th.column-last, table td.column-last {
  224. -moz-box-sizing: border-box;
  225. box-sizing: border-box;
  226. position: relative;
  227. /* this can not be just width, both need to be set … table styling */
  228. min-width: 130px;
  229. max-width: 130px;
  230. }
  231. /* Multiselect bar */
  232. #filestable.multiselect {
  233. top: 95px;
  234. }
  235. table.multiselect thead {
  236. position: fixed;
  237. top: 89px;
  238. z-index: 10;
  239. -moz-box-sizing: border-box;
  240. box-sizing: border-box;
  241. left: 250px; /* sidebar */
  242. }
  243. table thead th {
  244. background-color: #fff;
  245. }
  246. table.multiselect thead th {
  247. background-color: rgba(255, 255, 255, 0.95); /* like controls bar */
  248. color: #000;
  249. font-weight: bold;
  250. border-bottom: 0;
  251. }
  252. #app-content.with-app-sidebar table.multiselect thead{
  253. margin-right: 27%;
  254. }
  255. table.multiselect #headerName {
  256. position: relative;
  257. width: 9999px; /* when we use 100%, the styling breaks on mobile … table styling */
  258. }
  259. table.multiselect #modified {
  260. display: none;
  261. }
  262. table td.selection,
  263. table th.selection,
  264. table td.fileaction {
  265. width: 32px;
  266. text-align: center;
  267. }
  268. table td.filename a.name {
  269. position:relative; /* Firefox needs to explicitly have this default set … */
  270. -moz-box-sizing: border-box;
  271. box-sizing: border-box;
  272. display: block;
  273. height: 50px;
  274. line-height: 50px;
  275. padding: 0;
  276. }
  277. table td.filename .thumbnail {
  278. display: inline-block;
  279. width: 32px;
  280. height: 32px;
  281. margin-left: 8px;
  282. margin-top: 9px;
  283. cursor: pointer;
  284. float: left;
  285. position: absolute;
  286. z-index: 4;
  287. }
  288. table td.filename input.filename {
  289. width: 70%;
  290. margin-top: 9px;
  291. margin-left: 48px;
  292. cursor: text;
  293. }
  294. .has-favorites table td.filename input.filename {
  295. margin-left: 52px;
  296. }
  297. table td.filename a, table td.login, table td.logout, table td.download, table td.upload, table td.create, table td.delete { padding:3px 8px 8px 3px; }
  298. table td.filename .nametext, .uploadtext, .modified, .column-last>span:first-child { float:left; padding:15px 0; }
  299. .modified, .column-last>span:first-child {
  300. position: relative;
  301. overflow: hidden;
  302. text-overflow: ellipsis;
  303. width: 110px;
  304. }
  305. /* TODO fix usability bug (accidental file/folder selection) */
  306. table td.filename .nametext {
  307. position: absolute;
  308. left: 55px;
  309. padding: 0;
  310. overflow: hidden;
  311. text-overflow: ellipsis;
  312. max-width: 800px;
  313. height: 100%;
  314. }
  315. .has-favorites #fileList td.filename a.name {
  316. left: 50px;
  317. margin-right: 50px;
  318. }
  319. .hide-hidden-files #fileList tr.hidden-file,
  320. .hide-hidden-files #fileList tr.hidden-file.dragging {
  321. display: none;
  322. }
  323. #fileList tr.animate-opacity {
  324. -webkit-transition:opacity 250ms;
  325. -moz-transition:opacity 250ms;
  326. -o-transition:opacity 250ms;
  327. transition:opacity 250ms;
  328. }
  329. #fileList tr.dragging {
  330. opacity: 0.2;
  331. }
  332. table td.filename .nametext .innernametext {
  333. text-overflow: ellipsis;
  334. overflow: hidden;
  335. position: relative;
  336. display: inline-block;
  337. vertical-align: top;
  338. }
  339. @media only screen and (min-width: 1500px) {
  340. table td.filename .nametext .innernametext {
  341. max-width: 790px;
  342. }
  343. .with-app-sidebar table td.filename .nametext .innernametext {
  344. max-width: 390px;
  345. }
  346. }
  347. @media only screen and (min-width: 1366px) and (max-width: 1500px) {
  348. table td.filename .nametext .innernametext {
  349. max-width: 660px;
  350. }
  351. .with-app-sidebar table td.filename .nametext .innernametext {
  352. max-width: 290px;
  353. }
  354. }
  355. @media only screen and (min-width: 1200px) and (max-width: 1366px) {
  356. table td.filename .nametext .innernametext {
  357. max-width: 500px;
  358. }
  359. .with-app-sidebar table td.filename .nametext .innernametext {
  360. max-width: 230px;
  361. }
  362. }
  363. @media only screen and (min-width: 1100px) and (max-width: 1200px) {
  364. table td.filename .nametext .innernametext {
  365. max-width: 400px;
  366. }
  367. .with-app-sidebar table td.filename .nametext .innernametext {
  368. max-width: 230px;
  369. }
  370. }
  371. @media only screen and (min-width: 1000px) and (max-width: 1100px) {
  372. table td.filename .nametext .innernametext {
  373. max-width: 310px;
  374. }
  375. .with-app-sidebar table td.filename .nametext .innernametext {
  376. max-width: 230px;
  377. }
  378. }
  379. @media only screen and (min-width: 768px) and (max-width: 1000px) {
  380. table td.filename .nametext .innernametext {
  381. max-width: 240px;
  382. }
  383. .with-app-sidebar table td.filename .nametext .innernametext {
  384. max-width: 230px;
  385. }
  386. }
  387. /* for smaller resolutions - see mobile.css */
  388. table td.filename .uploadtext {
  389. font-weight: normal;
  390. margin-left: 55px;
  391. margin-top: 5px;
  392. height: 20px;
  393. padding: 10px 0;
  394. font-size: 11px;
  395. -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  396. filter: alpha(opacity=50);
  397. opacity: .5;
  398. }
  399. .ie8 input[type="checkbox"]{
  400. padding: 0;
  401. }
  402. /* File checkboxes */
  403. html:not(.ie8) #fileList tr td.filename>.selectCheckBox + label:before {
  404. opacity: 0;
  405. position: absolute;
  406. bottom: 4px;
  407. right: 0;
  408. z-index: 10;
  409. }
  410. html.ie8 #fileList tr td.filename>.selectCheckBox {
  411. -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  412. filter: alpha(opacity=0);
  413. opacity: 0;
  414. float: left;
  415. top: 0;
  416. margin: 32px 0 4px 32px; /* bigger clickable area doesn’t work in FF width:2.8em; height:2.4em;*/
  417. }
  418. /* Show checkbox when hovering, checked, or selected */
  419. html.ie8 #fileList tr:hover td.filename>.selectCheckBox,
  420. html.ie8 #fileList tr:focus td.filename>.selectCheckBox,
  421. html.ie8 #fileList tr td.filename>.selectCheckBox:checked,
  422. html.ie8 #fileList tr.selected td.filename>.selectCheckBox,
  423. html:not(.ie8) #fileList tr:hover td.filename>.selectCheckBox + label:before,
  424. html:not(.ie8) #fileList tr:focus td.filename>.selectCheckBox + label:before,
  425. html:not(.ie8) #fileList tr td.filename>.selectCheckBox:checked + label:before,
  426. html:not(.ie8) #fileList tr.selected td.filename>.selectCheckBox + label:before {
  427. opacity: 1;
  428. }
  429. html.ie8 #fileList tr:hover td.filename>.selectCheckBox,
  430. html.ie8 #fileList tr:focus td.filename>.selectCheckBox,
  431. html.ie8 #fileList tr td.filename>.selectCheckBox[checked=checked],
  432. html.ie8 #fileList tr.selected td.filename>.selectCheckBox {
  433. -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  434. filter: alpha(opacity=100);
  435. }
  436. /* Use label to have bigger clickable size for checkbox */
  437. #fileList tr td.filename>.selectCheckBox + label,
  438. .select-all + label {
  439. background-position: 30px 30px;
  440. height: 50px;
  441. position: absolute;
  442. width: 50px;
  443. z-index: 5;
  444. }
  445. #fileList tr td.filename>.selectCheckBox {
  446. /* sometimes checkbox height is bigger (KDE/Qt), so setting to absolute
  447. * to prevent it to increase the height */
  448. position: absolute;
  449. z-index: 10;
  450. }
  451. .select-all + label {
  452. top: 0;
  453. }
  454. .ie8 .select-all,
  455. .select-all + label:before {
  456. position: absolute;
  457. top: 18px;
  458. left: 18px;
  459. z-index: 10;
  460. }
  461. .has-favorites .select-all {
  462. left: 68px;
  463. }
  464. #fileList tr td.filename {
  465. position: relative;
  466. width: 100%;
  467. padding-left: 0;
  468. padding-right:0;
  469. -webkit-transition:background-image 500ms; -moz-transition:background-image 500ms; -o-transition:background-image 500ms; transition:background-image 500ms;
  470. }
  471. #fileList tr td.filename a.name label {
  472. position: absolute;
  473. width: 80%;
  474. height: 50px;
  475. }
  476. #fileList tr td.filename .favorite {
  477. display: inline-block;
  478. float: left;
  479. }
  480. #fileList tr td.filename .action-favorite {
  481. display: block;
  482. float: left;
  483. width: 30px;
  484. line-height: 100%;
  485. text-align: center;
  486. }
  487. #uploadsize-message,#delete-confirm { display:none; }
  488. /* File actions */
  489. .fileactions {
  490. position: absolute;
  491. right: 0;
  492. }
  493. .busy .fileactions, .busy .action {
  494. visibility: hidden;
  495. }
  496. /* fix position of bubble pointer for Files app */
  497. .bubble,
  498. #app-navigation .app-navigation-entry-menu {
  499. border-top-right-radius: 3px;
  500. }
  501. .bubble:after,
  502. #app-navigation .app-navigation-entry-menu:after {
  503. right: 6px;
  504. }
  505. .bubble:before,
  506. #app-navigation .app-navigation-entry-menu:before {
  507. right: 6px;
  508. }
  509. /* force show the loading icon, not only on hover */
  510. #fileList .icon-loading-small {
  511. -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  512. filter:alpha(opacity=100);
  513. opacity: 1 !important;
  514. display: inline !important;
  515. }
  516. #fileList img.move2trash { display:inline; margin:-8px 0; padding:16px 8px 16px 8px !important; float:right; }
  517. #fileList .action.action-share-notification span, #fileList a.name {
  518. cursor: default !important;
  519. }
  520. a.action > img {
  521. height: 16px;
  522. width: 16px;
  523. vertical-align: text-bottom;
  524. }
  525. /* Actions for selected files */
  526. .selectedActions {
  527. position: absolute;
  528. top: 0;
  529. right: 0;
  530. }
  531. .selectedActions a {
  532. display: inline;
  533. font-size: 11px;
  534. line-height: 50px;
  535. padding: 18px 5px;
  536. }
  537. .selectedActions a.delete-selected {
  538. padding-right: 15px;
  539. }
  540. .selectedActions a.hidden {
  541. display: none;
  542. }
  543. .selectedActions a img {
  544. position:relative;
  545. vertical-align: text-bottom;
  546. margin-bottom: -1px;
  547. }
  548. html.ie8 .column-mtime .selectedActions {
  549. top: -95px;
  550. }
  551. #fileList a.action {
  552. display: inline;
  553. padding: 17px 8px;
  554. line-height: 50px;
  555. -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  556. filter: alpha(opacity=0);
  557. opacity: 0;
  558. display:none;
  559. }
  560. #fileList a.action.action-share {
  561. padding: 17px 14px;
  562. }
  563. #fileList a.action.action-menu {
  564. padding-top: 17px;
  565. padding-bottom: 17px;
  566. padding-left: 14px;
  567. padding-right: 14px;
  568. }
  569. #fileList .popovermenu {
  570. margin-right: 6px;
  571. }
  572. .ie8 #fileList .popovermenu {
  573. margin-top: -10px;
  574. }
  575. .ie8 #fileList a.action img,
  576. #fileList tr:hover a.action,
  577. #fileList a.action.permanent,
  578. #fileList tr:focus a.action,
  579. #fileList a.action.permanent,
  580. #fileList tr:hover a.action.no-permission:hover,
  581. #fileList tr:focus a.action.no-permission:focus,
  582. /*#fileList .name:focus .action,*/
  583. /* also enforce the low opacity for disabled links that are hovered/focused */
  584. .ie8 #fileList a.action.disabled:hover img,
  585. #fileList tr:hover a.action.disabled:hover,
  586. #fileList tr:focus a.action.disabled:focus,
  587. #fileList .name:focus a.action.disabled:focus,
  588. #fileList a.action.disabled img {
  589. -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  590. filter: alpha(opacity=30);
  591. opacity: .3;
  592. display:inline;
  593. }
  594. .ie8 #fileList a.action:hover img,
  595. #fileList tr a.action.disabled.action-download,
  596. #fileList tr:hover a.action.disabled.action-download:hover,
  597. #fileList tr:focus a.action.disabled.action-download:focus,
  598. #fileList tr:hover a.action:hover,
  599. #fileList tr:focus a.action:focus,
  600. #fileList .name:focus a.action:focus {
  601. -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  602. filter: alpha(opacity=70);
  603. opacity: 7;
  604. display:inline;
  605. }
  606. #fileList tr a.action.disabled {
  607. background: none;
  608. }
  609. /* show share action of shared items darker to distinguish from non-shared */
  610. #fileList a.action.permanent.shared-style,
  611. #fileList a.action.action-favorite.permanent {
  612. -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)" !important;
  613. filter: alpha(opacity=70) !important;
  614. opacity: .7 !important;
  615. }
  616. /* always show actions on mobile, not only on hover */
  617. #fileList a.action.action-menu.permanent {
  618. -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)" !important;
  619. filter: alpha(opacity=30) !important;
  620. opacity: .3 !important;
  621. display: inline !important;
  622. }
  623. /* properly display actions in the popover menu */
  624. #fileList .popovermenu .action {
  625. -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)" !important;
  626. filter: alpha(opacity=50) !important;
  627. opacity: .5 !important;
  628. }
  629. #fileList .popovermenu .action:hover,
  630. #fileList .popovermenu .action:focus {
  631. -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)" !important;
  632. filter: alpha(opacity=100) !important;
  633. opacity: 1 !important;
  634. }
  635. #selectedActionsList a.download.disabled,
  636. #fileList tr a.action.action-download.disabled {
  637. color: #000000;
  638. }
  639. #fileList tr:hover a.action.disabled:hover * {
  640. cursor: default;
  641. }
  642. .summary {
  643. -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  644. filter: alpha(opacity=30);
  645. opacity: .3;
  646. /* add whitespace to bottom of files list to correctly show dropdowns */
  647. height: 300px;
  648. }
  649. .summary:hover,
  650. .summary:focus,
  651. .summary,
  652. table tr.summary td {
  653. background-color: transparent;
  654. }
  655. .summary td {
  656. border-bottom: none;
  657. vertical-align: top;
  658. padding-top: 20px;
  659. }
  660. .summary .info {
  661. margin-left: 40px;
  662. }
  663. .has-favorites .summary .info {
  664. margin-left: 90px;
  665. }
  666. table.dragshadow {
  667. width:auto;
  668. }
  669. table.dragshadow td.filename {
  670. padding-left:60px;
  671. padding-right:16px;
  672. height: 36px;
  673. }
  674. table.dragshadow td.size {
  675. padding-right:8px;
  676. }
  677. #upgrade {
  678. width: 400px;
  679. position: absolute;
  680. top: 200px;
  681. left: 50%;
  682. text-align: center;
  683. margin-left: -200px;
  684. }
  685. .mask {
  686. z-index: 50;
  687. position: absolute;
  688. top: 0;
  689. left: 0;
  690. right: 0;
  691. bottom: 0;
  692. background-color: #fff;
  693. background-repeat: no-repeat no-repeat;
  694. background-position: 50%;
  695. opacity: 0.7;
  696. filter: alpha(opacity=70);
  697. transition: opacity 100ms;
  698. -moz-transition: opacity 100ms;
  699. -o-transition: opacity 100ms;
  700. -ms-transition: opacity 100ms;
  701. -webkit-transition: opacity 100ms;
  702. }
  703. .mask.transparent{
  704. opacity: 0;
  705. }
  706. #fileList .popovermenu a.action img {
  707. padding: initial;
  708. }
  709. #fileList .popovermenu a.action {
  710. padding: 10px;
  711. margin: -10px;
  712. }
  713. html.ie8 #controls .button.new {
  714. padding-right: 0;
  715. }
  716. .newFileMenu {
  717. width: 140px;
  718. margin-left: -56px;
  719. margin-top: 25px;
  720. z-index: 1001;
  721. }
  722. .newFileMenu .menuitem {
  723. white-space: nowrap;
  724. overflow: hidden;
  725. }
  726. .newFileMenu.popovermenu a.menuitem,
  727. .newFileMenu.popovermenu label.menuitem,
  728. .newFileMenu.popovermenu .menuitem {
  729. padding: 0;
  730. margin: 0;
  731. }
  732. .newFileMenu.popovermenu a.menuitem.active {
  733. opacity: 1;
  734. -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  735. filter: alpha(opacity=100);
  736. }
  737. .newFileMenu.bubble:after {
  738. left: 75px;
  739. right: auto;
  740. }
  741. .newFileMenu.bubble:before {
  742. left: 75px;
  743. right: auto;
  744. }
  745. .newFileMenu .filenameform {
  746. display: inline-block;
  747. }
  748. .newFileMenu .filenameform input {
  749. width: 100px;
  750. }
  751. #fileList .popovermenu .action {
  752. display: block;
  753. line-height: 30px;
  754. padding-left: 5px;
  755. color: #000;
  756. padding: 0;
  757. }
  758. #filestable .filename .action .icon,
  759. #filestable .selectedActions a .icon,
  760. #controls .actions .button .icon {
  761. display: inline-block;
  762. vertical-align: middle;
  763. background-size: 16px 16px;
  764. }
  765. #filestable .filename .action .icon.hidden,
  766. #filestable .selectedActions a .icon.hidden,
  767. #controls .actions .button .icon.hidden {
  768. display: none;
  769. }
  770. #filestable .filename .action .icon.loading,
  771. #filestable .selectedActions a .icon.loading,
  772. #controls .actions .button .icon.loading {
  773. width: 15px;
  774. height: 15px;
  775. }
  776. .app-files .actions .button.new .icon {
  777. margin-bottom: 2px;
  778. }
  779. .canDrop,
  780. #filestable tbody tr.canDrop {
  781. background-color: rgba(255, 255, 140, 1);
  782. }