~costales/ubuntu-phone-webapps/trunk

« back to all changes in this revision

Viewing changes to xbmc/www/css/nohover.css

  • Committer: costales
  • Date: 2016-06-22 17:16:59 UTC
  • Revision ID: costales.marcos@gmail.com-20160622171659-bsi1ec8j5hma7vsp
Updated xbmc

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#content
2
 
{
3
 
    padding: 0;
4
 
}
5
 
.sub_circle:hover
6
 
{
7
 
    background: -webkit-linear-gradient(top, #ffffff 0%, #c5c5c5 100%);
8
 
    background: -webkit-gradient(top, #ffffff 0%, #c5c5c5 100%);
9
 
    background: -moz-linear-gradient(top, #ffffff 0%, #c5c5c5 100%);
10
 
    background: -o-linear-gradient(top, #ffffff 0%, #c5c5c5 100%);
11
 
    background: -ms-linear-gradient(top, #ffffff 0%, #c5c5c5 100%);
12
 
}
13
 
 
14
 
.select:hover, .right_arrow:hover, .left_arrow:hover, .up_arrow:hover, .down_arrow:hover
15
 
{
16
 
    background: -webkit-linear-gradient(top, #505358 0%, #1e1e1e 100%);
17
 
    background: -webkit-gradient(top, #505358 0%, #1e1e1e 100%);
18
 
    background: -moz-linear-gradient(top, #505358 0%, #1e1e1e 100%);
19
 
    background: -o-linear-gradient(top, #505358 0%, #1e1e1e 100%);
20
 
    background: -ms-linear-gradient(top, #505358 0%, #1e1e1e 100%);
21
 
}
22
 
 
23
 
#backward:hover, #play:hover, #forward:hover, #prevTrack:hover, #stop:hover, #pause:hover, #nextTrack:hover, #settings_new:hover
24
 
{
25
 
    background: -webkit-linear-gradient(top, #505358 0%, #1e1e1e 100%);
26
 
    background: -webkit-gradient(top, #505358 0%, #1e1e1e 100%);
27
 
    background: -moz-linear-gradient(top, #505358 0%, #1e1e1e 100%);
28
 
    background: -o-linear-gradient(top, #505358 0%, #1e1e1e 100%);
29
 
    background: -ms-linear-gradient(top, #505358 0%, #1e1e1e 100%);
30
 
}
31
 
 
32
 
.power_on:hover
33
 
{
34
 
    background: -webkit-linear-gradient(top, #15d218 0%, #165216 100%);
35
 
    background: -webkit-gradient(top, #15d218 0%, #165216 100%);
36
 
    background: -moz-linear-gradient(top, #15d218 0%, #165216 100%);
37
 
    background: -o-linear-gradient(top, #15d218 0%, #165216 100%);
38
 
    background: -ms-linear-gradient(top, #15d218 0%, #165216 100%);
39
 
}