mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
Lots of little tweaks
This commit is contained in:
16
dist/css/ionic.css
vendored
16
dist/css/ionic.css
vendored
@@ -2569,56 +2569,56 @@ a.subdued {
|
||||
.bar.bar-clear .title {
|
||||
color: #fff; }
|
||||
.bar.bar-default {
|
||||
background-color: rgba(255, 255, 255, 0.9);
|
||||
background-color: white;
|
||||
border-color: #dddddd;
|
||||
background-image: linear-gradient(0deg, #dddddd, #dddddd 50%, transparent 50%);
|
||||
color: #333333; }
|
||||
.bar.bar-default .title {
|
||||
color: #333333; }
|
||||
.bar.bar-secondary {
|
||||
background-color: rgba(245, 245, 245, 0.9);
|
||||
background-color: whitesmoke;
|
||||
border-color: #bbbbbb;
|
||||
background-image: linear-gradient(0deg, #bbbbbb, #bbbbbb 50%, transparent 50%);
|
||||
color: #333333; }
|
||||
.bar.bar-secondary .title {
|
||||
color: #333333; }
|
||||
.bar.bar-primary {
|
||||
background-color: rgba(74, 135, 238, 0.9);
|
||||
background-color: #4a87ee;
|
||||
border-color: #3b6dc2;
|
||||
background-image: linear-gradient(0deg, #3b6dc2, #3b6dc2 50%, transparent 50%);
|
||||
color: white; }
|
||||
.bar.bar-primary .title {
|
||||
color: white; }
|
||||
.bar.bar-info {
|
||||
background-color: rgba(67, 206, 230, 0.9);
|
||||
background-color: #43cee6;
|
||||
border-color: #3bb3c8;
|
||||
background-image: linear-gradient(0deg, #3bb3c8, #3bb3c8 50%, transparent 50%);
|
||||
color: white; }
|
||||
.bar.bar-info .title {
|
||||
color: white; }
|
||||
.bar.bar-success {
|
||||
background-color: rgba(102, 204, 51, 0.9);
|
||||
background-color: #66cc33;
|
||||
border-color: #5bb22f;
|
||||
background-image: linear-gradient(0deg, #5bb22f, #5bb22f 50%, transparent 50%);
|
||||
color: white; }
|
||||
.bar.bar-success .title {
|
||||
color: white; }
|
||||
.bar.bar-warning {
|
||||
background-color: rgba(240, 184, 64, 0.9);
|
||||
background-color: #f0b840;
|
||||
border-color: #d29f31;
|
||||
background-image: linear-gradient(0deg, #d29f31, #d29f31 50%, transparent 50%);
|
||||
color: white; }
|
||||
.bar.bar-warning .title {
|
||||
color: white; }
|
||||
.bar.bar-danger {
|
||||
background-color: rgba(239, 78, 58, 0.9);
|
||||
background-color: #ef4e3a;
|
||||
border-color: #c73927;
|
||||
background-image: linear-gradient(0deg, #c73927, #c73927 50%, transparent 50%);
|
||||
color: white; }
|
||||
.bar.bar-danger .title {
|
||||
color: white; }
|
||||
.bar.bar-dark {
|
||||
background-color: rgba(68, 68, 68, 0.9);
|
||||
background-color: #444444;
|
||||
border-color: #111111;
|
||||
background-image: linear-gradient(0deg, #111111, #111111 50%, transparent 50%);
|
||||
color: white; }
|
||||
|
||||
Reference in New Issue
Block a user