|
|
|
@ -20,8 +20,12 @@ html { |
|
|
|
|
color: #333; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.nav-pills > li.active > a { |
|
|
|
|
background-color: #555; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
/* fix for mobile firefox which ignores :hover */ |
|
|
|
|
.nav-pills > li > a:active, .nav-pills > li > a:active span { |
|
|
|
|
.nav-pills > li > a:active, .nav-pills > li > a:active span, .nav-pills > li.active > a:hover { |
|
|
|
|
background-color: #eee; |
|
|
|
|
color: #222; |
|
|
|
|
} |
|
|
|
@ -39,6 +43,15 @@ tr.bufferline:hover { |
|
|
|
|
color: black; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.btn-default { |
|
|
|
|
background-color: #555; |
|
|
|
|
border-color: #444; |
|
|
|
|
} |
|
|
|
|
.btn-default:hover { |
|
|
|
|
background-color: #666; |
|
|
|
|
border-color: #555; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
li.notification { |
|
|
|
|
color: green; |
|
|
|
|
} |
|
|
|
@ -56,11 +69,19 @@ li.notification { |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
input[type=text], input[type=password], #sendMessage, .badge { |
|
|
|
|
color: #ccc; |
|
|
|
|
box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.1), 0px 1px 7px 0px rgba(0, 0, 0, 0.8) inset; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
input[type=text], input[type=password], #sendMessage, .badge, .btn-send { |
|
|
|
|
color: #ccc; |
|
|
|
|
background: none repeat scroll 0% 0% rgba(0, 0, 0, 0.3); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.btn-send:hover, .btn-send:focus { |
|
|
|
|
background-color: #555; |
|
|
|
|
color: white; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
#connection-infos { |
|
|
|
|
color: #aaa; |
|
|
|
|
} |
|
|
|
@ -87,6 +108,7 @@ input[type=text], input[type=password], #sendMessage, .badge { |
|
|
|
|
|
|
|
|
|
#topbar .actions { |
|
|
|
|
background: #282828; |
|
|
|
|
color: #666; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
#topbar, #sidebar, .panel, .dropdown-menu, .modal-content { |
|
|
|
|