source: branches/2.2.0.1/filemanager/templates/default/main.css @ 4488

Revision 4488, 3.3 KB checked in by rafaelraymundo, 13 years ago (diff)

Ticket #1726 - Ajuste para a coloração da quota funcionar no chrome. r4448

Line 
1a:link,
2a:active,
3a:visited,
4a:hover {
5        color: #000000 !important;
6        text-decoration: none !important;
7}
8
9.menubox{
10    color: black;
11    background: #ffffff;
12    border-style: solid;
13    border-width: 1px;
14    border-color: #000;
15    font-family: Arial;
16    font-size: 12px;
17    cursor: pointer;
18    position: absolute;
19    /* width: 160px;*/
20    text-align: left;
21    line-height:150%;
22    margin: -10px 0  -10px 0;
23
24}
25.icon {
26        float:left;
27        padding: 40px;
28        width: 100px;
29        display:table-cell;
30}
31.iconCaption{
32        display:table-caption;
33        font-family:sans-serif;
34        font-size:10px;
35        overflow:hidden;
36        width:100%;
37
38}
39.action_info_th {
40        font-family: Verdana, Arial, Helvetica, sans-serif;
41        font-size: 11px;
42        border-width: 0px 0px 0px 0px;
43padding: 1px 10px 0px 10px;
44         border-style: inset inset inset inset;
45         border-color: gray gray gray gray;
46         background-color: rgb(250, 209, 99);
47         -moz-border-radius: 6px 6px 6px 6px;
48}
49.fileLink{
50        cursor: pointer;
51}
52
53.action_error_th {
54        font-family: Verdana, Arial, Helvetica, sans-serif;
55        font-size: 11px;
56        border-width: 0px 0px 0px 0px;
57        padding: 1px 10px 0px 10px;
58        border-style: inset inset inset inset;
59        border-color: gray gray gray gray;
60        background-color: red;
61        color: white;
62        -moz-border-radius: 6px 6px 6px 6px;
63}
64.l {
65                background-image: url(../../../phpgwapi/templates/default/images/foldertree_folder.png);
66                background-repeat:no-repeat;
67                background-position:left center;
68                color:#4A79B1;
69                cursor:pointer;
70                font-family:sans-serif;
71                font-size:10px;
72                font-weight:bold;
73                padding:0 2em;
74                text-decoration:none;
75                white-space:nowrap;
76}
77.sl {
78                background-image: url(../../../phpgwapi/templates/default/images/foldertree_folderopen.png);
79                background-repeat:no-repeat;
80                background-position:left center;
81                color:#FC6103;
82                cursor:pointer;
83                font-family:sans-serif;
84                font-size:10px;
85                font-weight:bold;
86                padding:0 2em;
87                text-decoration:none;
88                white-space:nowrap;
89}
90.dsused
91{
92        background-image: url(../../templates/default/images/dsused.gif);
93                width: 100%;
94}
95
96.toolButton{
97        color: #444;
98        padding:0 3px;
99        font-size: 13px;
100        font-weight: bold;
101        cursor: pointer;
102
103}
104#fmFileWindow
105{
106        overflow: auto;
107        height: 380px;
108        position:relative;
109        padding:3px;
110}
111
112#fmLocation
113{
114        position:relative;
115        margin-bottom:3px;
116        height:27px;
117
118}
119
120#fmMenu
121{
122        position:relative;
123}
124#fmStatusBar
125{
126        margin-left:4px;
127        margin-bottom:3px;
128        font-size: 10px;
129}
130
131
132.fmButton
133{
134        background-image:url(../images/buttonbackground.png);
135        width:28px;
136        height:28px;
137        background-repeat: no-repeat;
138}
139
140.dragSign{
141        background-color:#f5f5f5;
142        border: 1px solid black;
143        font-color: green;
144}
145
146.message_header {
147        background-color:#ABC6E1;
148        -moz-user-select: none;
149}
150.tr_msg_read {
151        color: #3f3f3f;
152        background-color: #ffffff;
153        -moz-user-select: none;
154}
155
156.tr_msg_read2 {
157        color: #3f3f3f;
158        background-color: #f4f8fb;
159        -moz-user-select: none;
160}
161
162.inputComment {
163        border: 0px !important;
164        color: #3f3f3f !important;
165        background: transparent !important;
166}
167
168.exportButton{
169        background-image:url('../../templates/default/images/button_export.png');
170        background-repeat: repeat-none;
171        width:13px;
172        height:12px;
173        cursor: pointer;
174        cursor: hand;
175}
176
Note: See TracBrowser for help on using the repository browser.