diff options
| author | Victor Tran <[email protected]> | 2017-04-05 22:48:56 +1000 |
|---|---|---|
| committer | Victor Tran <[email protected]> | 2017-04-05 22:48:56 +1000 |
| commit | 2eb80adefa6dc34098bfa9ada49ad10e8d41f8ff (patch) | |
| tree | b722078cf0b0fa62ac4fddf1ca69261c8dd9e6ca /Project-Unite/Content/bootstrap-theme.css | |
| parent | 7905b810cb231f6c24f4c11d5864a52077152c20 (diff) | |
| download | project-unite-2eb80adefa6dc34098bfa9ada49ad10e8d41f8ff.tar.gz project-unite-2eb80adefa6dc34098bfa9ada49ad10e8d41f8ff.tar.bz2 project-unite-2eb80adefa6dc34098bfa9ada49ad10e8d41f8ff.zip | |
Changed panel design
Diffstat (limited to 'Project-Unite/Content/bootstrap-theme.css')
| -rw-r--r-- | Project-Unite/Content/bootstrap-theme.css | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/Project-Unite/Content/bootstrap-theme.css b/Project-Unite/Content/bootstrap-theme.css index 429f0ec..a0f2d61 100644 --- a/Project-Unite/Content/bootstrap-theme.css +++ b/Project-Unite/Content/bootstrap-theme.css @@ -4746,10 +4746,10 @@ a.list-group-item-danger.active:focus { .panel { margin-bottom: 20px; background-color: #222222; - border: 1px solid transparent; - border-radius: 4px; -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); + border-radius: 0px; + border: none; } .panel-body { padding: 15px; @@ -4969,7 +4969,8 @@ a.list-group-item-danger.active:focus { border-bottom-color: #2a9fd6; } .panel-success { - border-color: #809a00; + background-color: rgb(0, 100, 0); + color: white; } .panel-success > .panel-heading { color: #ffffff; @@ -4997,7 +4998,8 @@ a.list-group-item-danger.active:focus { border-bottom-color: #6e2caf; } .panel-warning { - border-color: #f05800; + background-color: rgb(255, 100, 0); + color: white; } .panel-warning > .panel-heading { color: #ffffff; |
