mirror of
https://github.com/transmission/transmission
synced 2024-12-23 16:24:02 +00:00
(trunk, web) #5013: finish by syncing common.css with common.scss
This commit is contained in:
parent
245ed7c7e2
commit
d063c4fb1d
1 changed files with 0 additions and 29 deletions
|
@ -558,34 +558,6 @@ div#torrent_inspector {
|
|||
font-size: 1.2em;
|
||||
font-weight: bold;
|
||||
color: #222; }
|
||||
div#torrent_inspector #file-list-header {
|
||||
float: right; }
|
||||
div#torrent_inspector #file-list-header > * {
|
||||
cursor: pointer;
|
||||
-moz-user-select: none;
|
||||
-webkit-user-select: none;
|
||||
display: inline-block;
|
||||
border-style: solid;
|
||||
border-color: #aaa;
|
||||
border-width: 1px;
|
||||
padding: 3px;
|
||||
-moz-border-radius: 5px;
|
||||
border-radius: 5px;
|
||||
background-color: #dddddd;
|
||||
background-image: -webkit-gradient(linear, left top, left bottom, from(white), to(#bbbbbb));
|
||||
background-image: -webkit-linear-gradient(top, white, #bbbbbb);
|
||||
background-image: -moz-linear-gradient(top, white, #bbbbbb);
|
||||
background-image: -ms-linear-gradient(top, white, #bbbbbb);
|
||||
background-image: -o-linear-gradient(top, white, #bbbbbb);
|
||||
background-image: linear-gradient(top, white, #bbbbbb); }
|
||||
div#torrent_inspector #file-list-header > *:active {
|
||||
background-color: #e6e6ff;
|
||||
background-image: -webkit-gradient(linear, left top, left bottom, from(#cdcdff), to(white));
|
||||
background-image: -webkit-linear-gradient(top, #cdcdff, white);
|
||||
background-image: -moz-linear-gradient(top, #cdcdff, white);
|
||||
background-image: -ms-linear-gradient(top, #cdcdff, white);
|
||||
background-image: -o-linear-gradient(top, #cdcdff, white);
|
||||
background-image: linear-gradient(top, #cdcdff, white); }
|
||||
div#torrent_inspector #inspector_file_list {
|
||||
padding: 0 0 0 0;
|
||||
margin: 0 0 0 0;
|
||||
|
@ -593,7 +565,6 @@ div#torrent_inspector {
|
|||
cursor: default;
|
||||
overflow: hidden; }
|
||||
div#torrent_inspector #inspector_file_list {
|
||||
border-top: 1px solid #888;
|
||||
width: 100%;
|
||||
margin: 6px 0 0 0;
|
||||
padding-top: 6px;
|
||||
|
|
Loading…
Reference in a new issue