diff options
Diffstat (limited to 'public/css/styles.less')
-rw-r--r-- | public/css/styles.less | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/public/css/styles.less b/public/css/styles.less index 56eef48..1cad347 100644 --- a/public/css/styles.less +++ b/public/css/styles.less @@ -50,7 +50,7 @@ section.content { #vertical(rgba(red(@top-navbar-bgColor),green(@top-navbar-bgColor),blue(@top-navbar-bgColor),0.9), rgba(red(@top-navbar-bgColor),green(@top-navbar-bgColor),blue(@top-navbar-bgColor),0.5)); } -.menuicons { +.nav .menu{ color: #FF9A00; } .navbar .brand.login { @@ -202,8 +202,7 @@ div.lastactivity .activity .details { .infobox { background-color: FFFFFF; -border-color: #0D56A6; -border: 2px solid; +border: #0D56A6 2px; margin:15px; padding:35px; height: 220px; @@ -230,6 +229,7 @@ margin-left: 20px; background: -ms-linear-gradient(left, rgba(255,154,0,1) 0%,rgba(104,154,211,1) 57%,rgba(65,134,211,1) 83%,rgba(13,86,166,1) 99%); /* IE10+ */ background: linear-gradient(to right, rgba(255,154,0,1) 0%,rgba(104,154,211,1) 57%,rgba(65,134,211,1) 83%,rgba(13,86,166,1) 99%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9a00', endColorstr='#0d56a6',GradientType=1 ); /* IE6-9 */ + -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px; |