Revision 342fa48b snf-cyclades-app/synnefo/ui/new_ui/ui/stylesheets/app.css

b/snf-cyclades-app/synnefo/ui/new_ui/ui/stylesheets/app.css
1703 1703
code {
1704 1704
  font-family: Consolas, "Liberation Mono", Courier, monospace;
1705 1705
  font-weight: bold;
1706
  color: #ff2f7c;
1706
  color: #235672;
1707 1707
}
1708 1708

  
1709 1709
/* Lists */
......
2014 2014
}
2015 2015
/* line 177, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_buttons.scss */
2016 2016
button.secondary, .button.secondary {
2017
  background-color: #ff7bac;
2018
  border-color: #ff488c;
2019
  color: #333333;
2017
  background-color: #3582ac;
2018
  border-color: #296585;
2019
  color: white;
2020 2020
}
2021 2021
/* line 123, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_buttons.scss */
2022 2022
button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
2023
  background-color: #ff488c;
2023
  background-color: #296585;
2024 2024
}
2025
/* line 129, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_buttons.scss */
2025
/* line 134, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_buttons.scss */
2026 2026
button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
2027
  color: #333333;
2027
  color: white;
2028 2028
}
2029 2029
/* line 178, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_buttons.scss */
2030 2030
button.success, .button.success {
......
2042 2042
}
2043 2043
/* line 179, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_buttons.scss */
2044 2044
button.alert, .button.alert {
2045
  background-color: #ff7bac;
2046
  border-color: #ff488c;
2047
  color: #333333;
2045
  background-color: #3582ac;
2046
  border-color: #296585;
2047
  color: white;
2048 2048
}
2049 2049
/* line 123, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_buttons.scss */
2050 2050
button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
2051
  background-color: #ff488c;
2051
  background-color: #296585;
2052 2052
}
2053
/* line 129, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_buttons.scss */
2053
/* line 134, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_buttons.scss */
2054 2054
button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
2055
  color: #333333;
2055
  color: white;
2056 2056
}
2057 2057
/* line 181, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_buttons.scss */
2058 2058
button.large, .button.large {
......
2118 2118
}
2119 2119
/* line 190, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_buttons.scss */
2120 2120
button.disabled.secondary, button[disabled].secondary, .button.disabled.secondary, .button[disabled].secondary {
2121
  background-color: #ff7bac;
2122
  border-color: #ff488c;
2123
  color: #333333;
2121
  background-color: #3582ac;
2122
  border-color: #296585;
2123
  color: white;
2124 2124
  cursor: default;
2125 2125
  opacity: 0.6;
2126 2126
  -webkit-box-shadow: none;
......
2128 2128
}
2129 2129
/* line 123, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_buttons.scss */
2130 2130
button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
2131
  background-color: #ff488c;
2131
  background-color: #296585;
2132 2132
}
2133
/* line 129, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_buttons.scss */
2133
/* line 134, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_buttons.scss */
2134 2134
button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
2135
  color: #333333;
2135
  color: white;
2136 2136
}
2137 2137
/* line 147, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_buttons.scss */
2138 2138
button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
2139
  background-color: #ff7bac;
2139
  background-color: #3582ac;
2140 2140
}
2141 2141
/* line 191, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_buttons.scss */
2142 2142
button.disabled.success, button[disabled].success, .button.disabled.success, .button[disabled].success {
......
2162 2162
}
2163 2163
/* line 192, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_buttons.scss */
2164 2164
button.disabled.alert, button[disabled].alert, .button.disabled.alert, .button[disabled].alert {
2165
  background-color: #ff7bac;
2166
  border-color: #ff488c;
2167
  color: #333333;
2165
  background-color: #3582ac;
2166
  border-color: #296585;
2167
  color: white;
2168 2168
  cursor: default;
2169 2169
  opacity: 0.6;
2170 2170
  -webkit-box-shadow: none;
......
2172 2172
}
2173 2173
/* line 123, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_buttons.scss */
2174 2174
button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
2175
  background-color: #ff488c;
2175
  background-color: #296585;
2176 2176
}
2177
/* line 129, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_buttons.scss */
2177
/* line 134, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_buttons.scss */
2178 2178
button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
2179
  color: #333333;
2179
  color: white;
2180 2180
}
2181 2181
/* line 147, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_buttons.scss */
2182 2182
button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
2183
  background-color: #ff7bac;
2183
  background-color: #3582ac;
2184 2184
}
2185 2185

  
2186 2186
/* line 197, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_buttons.scss */
......
2596 2596
  margin-bottom: 1em;
2597 2597
  font-size: 0.75em;
2598 2598
  font-weight: bold;
2599
  background: #ff7bac;
2600
  color: #333333;
2599
  background: #3582ac;
2600
  color: white;
2601 2601
  display: none;
2602 2602
}
2603 2603

  
......
2605 2605
.error input,
2606 2606
.error textarea,
2607 2607
.error select {
2608
  border-color: #ff7bac;
2609
  background-color: rgba(255, 123, 172, 0.1);
2608
  border-color: #3582ac;
2609
  background-color: rgba(53, 130, 172, 0.1);
2610 2610
  margin-bottom: 0;
2611 2611
}
2612 2612
/* line 230, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_forms.scss */
......
2619 2619
/* line 370, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_forms.scss */
2620 2620
.error label,
2621 2621
.error label.error {
2622
  color: #ff7bac;
2622
  color: #3582ac;
2623 2623
}
2624 2624
/* line 374, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_forms.scss */
2625 2625
.error small.error {
......
2629 2629
  margin-bottom: 1em;
2630 2630
  font-size: 0.75em;
2631 2631
  font-weight: bold;
2632
  background: #ff7bac;
2633
  color: #333333;
2632
  background: #3582ac;
2633
  color: white;
2634 2634
}
2635 2635
/* line 378, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_forms.scss */
2636 2636
.error span.error-message {
......
2640 2640
/* line 384, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_forms.scss */
2641 2641
input.error,
2642 2642
textarea.error {
2643
  border-color: #ff7bac;
2644
  background-color: rgba(255, 123, 172, 0.1);
2643
  border-color: #3582ac;
2644
  background-color: rgba(53, 130, 172, 0.1);
2645 2645
}
2646 2646
/* line 230, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_forms.scss */
2647 2647
input.error:focus,
......
2652 2652

  
2653 2653
/* line 388, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_forms.scss */
2654 2654
.error select {
2655
  border-color: #ff7bac;
2656
  background-color: rgba(255, 123, 172, 0.1);
2655
  border-color: #3582ac;
2656
  background-color: rgba(53, 130, 172, 0.1);
2657 2657
}
2658 2658
/* line 230, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_forms.scss */
2659 2659
.error select:focus {
......
2663 2663

  
2664 2664
/* line 392, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_forms.scss */
2665 2665
label.error {
2666
  color: #ff7bac;
2666
  color: #3582ac;
2667 2667
}
2668 2668

  
2669 2669
/* Button Groups */
......
2931 2931
}
2932 2932
/* line 79, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_split-buttons.scss */
2933 2933
.split.button.secondary span {
2934
  border-left-color: #ff2f7c;
2934
  border-left-color: #235672;
2935 2935
}
2936 2936
/* line 142, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_split-buttons.scss */
2937 2937
.split.button.secondary span:before {
......
2939 2939
}
2940 2940
/* line 79, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_split-buttons.scss */
2941 2941
.split.button.alert span {
2942
  border-left-color: #ff2f7c;
2942
  border-left-color: #235672;
2943 2943
}
2944 2944
/* line 79, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_split-buttons.scss */
2945 2945
.split.button.success span {
......
4292 4292
}
4293 4293
/* line 253, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_top-bar.scss */
4294 4294
.top-bar-section ul li > a.button.secondary {
4295
  background: #ff7bac;
4295
  background: #3582ac;
4296 4296
}
4297 4297
/* line 255, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_top-bar.scss */
4298 4298
.top-bar-section ul li > a.button.secondary.hover {
4299
  background: #ff488c;
4299
  background: #296585;
4300 4300
}
4301 4301
/* line 259, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_top-bar.scss */
4302 4302
.top-bar-section ul li > a.button.success {
......
4308 4308
}
4309 4309
/* line 265, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_top-bar.scss */
4310 4310
.top-bar-section ul li > a.button.alert {
4311
  background: #ff7bac;
4311
  background: #3582ac;
4312 4312
}
4313 4313
/* line 267, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_top-bar.scss */
4314 4314
.top-bar-section ul li > a.button.alert.hover {
4315
  background: #ff488c;
4315
  background: #296585;
4316 4316
}
4317 4317
/* line 275, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_top-bar.scss */
4318 4318
.top-bar-section ul li.hover > a {
......
5490 5490
}
5491 5491
/* line 103, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_alert-boxes.scss */
5492 5492
.alert-box.alert {
5493
  background-color: #ff7bac;
5494
  border-color: #ff488c;
5495
  color: #48001b;
5493
  background-color: #3582ac;
5494
  border-color: #296585;
5495
  color: white;
5496 5496
}
5497 5497
/* line 104, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_alert-boxes.scss */
5498 5498
.alert-box.secondary {
5499
  background-color: #ff7bac;
5500
  border-color: #ff488c;
5501
  color: #48001b;
5499
  background-color: #3582ac;
5500
  border-color: #296585;
5501
  color: white;
5502 5502
}
5503 5503

  
5504 5504
/* Breadcrumbs */
......
5774 5774
}
5775 5775
/* line 211, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_custom-forms.scss */
5776 5776
form.custom .error .custom.dropdown {
5777
  border-color: #ff7bac;
5778
  background-color: rgba(255, 123, 172, 0.1);
5779
  background: rgba(255, 123, 172, 0.1);
5777
  border-color: #3582ac;
5778
  background-color: rgba(53, 130, 172, 0.1);
5779
  background: rgba(53, 130, 172, 0.1);
5780 5780
  margin-bottom: 0;
5781 5781
}
5782 5782
/* line 230, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_forms.scss */
......
5888 5888
}
5889 5889
/* line 80, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_labels.scss */
5890 5890
.label.alert {
5891
  background-color: #ff7bac;
5892
  color: #333333;
5891
  background-color: #3582ac;
5892
  color: white;
5893 5893
}
5894 5894
/* line 81, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_labels.scss */
5895 5895
.label.success {
......
5898 5898
}
5899 5899
/* line 82, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_labels.scss */
5900 5900
.label.secondary {
5901
  background-color: #ff7bac;
5902
  color: #333333;
5901
  background-color: #3582ac;
5902
  color: white;
5903 5903
}
5904 5904

  
5905 5905
/* Inline Lists */
......
6130 6130
}
6131 6131
/* line 57, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_progress-bars.scss */
6132 6132
.progress.secondary .meter {
6133
  background: #ff7bac;
6133
  background: #3582ac;
6134 6134
  height: 100%;
6135 6135
  display: block;
6136 6136
}
......
6142 6142
}
6143 6143
/* line 59, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_progress-bars.scss */
6144 6144
.progress.alert .meter {
6145
  background: #ff7bac;
6145
  background: #3582ac;
6146 6146
  height: 100%;
6147 6147
  display: block;
6148 6148
}
......
6814 6814
}
6815 6815
/* line 95, ../sass/app.scss */
6816 6816
.btn1:hover, .btn2:hover, .btn3:hover, .create-vm .select-flavor dl dt span:hover, .upload-widget .btns a:hover, .btn4:hover, .header .new-btn a:hover, .details .top .actions ul li a:hover, .btn1.current, .current.btn2, .current.btn3, .create-vm .select-flavor dl dt span.current, .upload-widget .btns a.current, .current.btn4, .header .new-btn a.current, .details .top .actions ul li a.current {
6817
  border-color: #ff7bac;
6818
  background: #ff7bac;
6817
  border-color: #3582ac;
6818
  background: #3582ac;
6819 6819
  color: white;
6820 6820
}
6821 6821
/* line 100, ../sass/app.scss */
......
6825 6825

  
6826 6826
/* line 106, ../sass/app.scss */
6827 6827
.btn2 {
6828
  color: #ff7bac;
6828
  color: #3582ac;
6829 6829
  background: white;
6830
  border-color: #ff7bac;
6830
  border-color: #3582ac;
6831 6831
}
6832 6832
/* line 112, ../sass/app.scss */
6833 6833
.btn2:hover, .btn2.current {
......
6842 6842
}
6843 6843
/* line 124, ../sass/app.scss */
6844 6844
.btn3:hover, .create-vm .select-flavor dl dt span:hover, .upload-widget .btns a:hover, .btn3.current, .create-vm .select-flavor dl dt span.current, .upload-widget .btns a.current {
6845
  color: #ff7bac;
6845
  color: #3582ac;
6846 6846
  background: white;
6847 6847
  border-color: white;
6848 6848
}
......
6948 6948

  
6949 6949
/* line 206, ../sass/app.scss */
6950 6950
body.with-overlay {
6951
  background: #ff7bac;
6951
  background: #3582ac;
6952 6952
}
6953 6953

  
6954 6954
/* line 210, ../sass/app.scss */
......
7006 7006
}
7007 7007
/* line 248, ../sass/app.scss */
7008 7008
.header .actions ul li a.active:hover {
7009
  color: #ff7bac;
7009
  color: #3582ac;
7010 7010
  cursor: pointer;
7011 7011
}
7012 7012
/* line 253, ../sass/app.scss */
......
7080 7080

  
7081 7081
/* line 319, ../sass/app.scss */
7082 7082
.info.alert {
7083
  background: #ff7bac;
7083
  background: #3582ac;
7084 7084
  color: white;
7085 7085
}
7086 7086

  
......
7118 7118
}
7119 7119
/* line 350, ../sass/app.scss */
7120 7120
.items-list li .add-new a:hover {
7121
  border-color: #ff7bac;
7122
  color: #ff7bac;
7121
  border-color: #3582ac;
7122
  color: #3582ac;
7123 7123
}
7124 7124
/* line 356, ../sass/app.scss */
7125 7125
.items-list li .img-wrap {
......
7144 7144
}
7145 7145
/* line 366, ../sass/app.scss */
7146 7146
.items-list li .container.set-border {
7147
  border-color: #ff7bac;
7147
  border-color: #3582ac;
7148 7148
}
7149 7149
/* line 371, ../sass/app.scss */
7150 7150
.items-list li .container .options {
......
7172 7172
}
7173 7173
/* line 390, ../sass/app.scss */
7174 7174
.items-list li .container .options .wrap a:hover {
7175
  color: #ff7bac;
7175
  color: #3582ac;
7176 7176
}
7177 7177
/* line 400, ../sass/app.scss */
7178 7178
.items-list li .check {
......
7192 7192
}
7193 7193
/* line 411, ../sass/app.scss */
7194 7194
.items-list li .check.active {
7195
  color: #ff7bac;
7195
  color: #3582ac;
7196 7196
}
7197 7197
/* line 415, ../sass/app.scss */
7198 7198
.items-list li .info-box {
......
7423 7423
}
7424 7424
/* line 597, ../sass/app.scss */
7425 7425
.details .close:hover {
7426
  color: #ff7bac;
7426
  color: #3582ac;
7427 7427
}
7428 7428

  
7429 7429
/* line 607, ../sass/app.scss */
......
7435 7435

  
7436 7436
/* line 613, ../sass/app.scss */
7437 7437
.overlay {
7438
  background: #ff7bac;
7438
  background: #3582ac;
7439 7439
  position: relative;
7440 7440
  z-index: 10;
7441 7441
}
......
7503 7503
}
7504 7504
/* line 670, ../sass/app.scss */
7505 7505
.create-vm .select-os li:hover h2, .create-vm .select-os li:hover p, .create-vm .select-os li:hover a, .create-vm .select-os li.selected h2, .create-vm .select-os li.selected p, .create-vm .select-os li.selected a {
7506
  color: #ff7bac;
7506
  color: #3582ac;
7507 7507
}
7508 7508
/* line 674, ../sass/app.scss */
7509 7509
.create-vm .select-os li a {
......
7583 7583
/* line 730, ../sass/app.scss */
7584 7584
#vm-connect .ssh span {
7585 7585
  padding: 10px 30px;
7586
  background: #ff7bac;
7586
  background: #3582ac;
7587 7587
  color: white;
7588 7588
}
7589 7589

  
......
7593 7593
}
7594 7594
/* line 743, ../sass/app.scss */
7595 7595
.reveal-modal a {
7596
  color: #ff7bac;
7596
  color: #3582ac;
7597 7597
}
7598 7598
/* line 745, ../sass/app.scss */
7599 7599
.reveal-modal a:hover {
......
7602 7602
/* line 748, ../sass/app.scss */
7603 7603
.reveal-modal a.close-reveal-modal:hover {
7604 7604
  text-decoration: none;
7605
  color: #ff7bac;
7605
  color: #3582ac;
7606 7606
}
7607 7607

  
7608 7608
/* line 757, ../sass/app.scss */
......
7647 7647

  
7648 7648
/* line 805, ../sass/app.scss */
7649 7649
.editable .editbuttons a {
7650
  color: #ff7bac;
7650
  color: #3582ac;
7651 7651
}
7652 7652
/* line 808, ../sass/app.scss */
7653 7653
.editable .editbuttons a.save, .editable .editbuttons a.cancel {
......
7690 7690
}
7691 7691
/* line 835, ../sass/app.scss */
7692 7692
.storage .lt-sidebar ul li:hover > a {
7693
  color: #ff7bac;
7693
  color: #3582ac;
7694 7694
}
7695 7695
/* line 837, ../sass/app.scss */
7696 7696
.storage .lt-sidebar ul li:hover > a + span {
......
7699 7699
/* line 842, ../sass/app.scss */
7700 7700
.storage .lt-sidebar ul li span {
7701 7701
  float: right;
7702
  color: #ff7bac;
7702
  color: #3582ac;
7703 7703
  display: none;
7704 7704
}
7705 7705
/* line 851, ../sass/app.scss */
......
7715 7715
  padding: 10px 20px;
7716 7716
  border: 1px solid transparent;
7717 7717
  text-align: left;
7718
  font-weight: normal;
7718 7719
}
7719
/* line 862, ../sass/app.scss */
7720
/* line 863, ../sass/app.scss */
7720 7721
.storage .files li .name-col {
7721 7722
  float: left;
7722 7723
  width: 35%;
7723 7724
  padding-left: 50px;
7725
  font-weight: normal;
7724 7726
}
7725
/* line 866, ../sass/app.scss */
7727
/* line 867, ../sass/app.scss */
7726 7728
.storage .files li .name-col.folder {
7727 7729
  background: url(../images/icon-folder.png) no-repeat left center;
7728 7730
}
7729
/* line 867, ../sass/app.scss */
7731
/* line 868, ../sass/app.scss */
7730 7732
.storage .files li .name-col.txt {
7731 7733
  background: url(../images/icon-txt.png) no-repeat left center;
7732 7734
}
7733
/* line 868, ../sass/app.scss */
7735
/* line 869, ../sass/app.scss */
7734 7736
.storage .files li .name-col.pdf {
7735 7737
  background: url(../images/icon-pdf.png) no-repeat left center;
7736 7738
}
7737 7739
/* line 870, ../sass/app.scss */
7740
.storage .files li .name-col.image {
7741
  background: url(../images/icon-image.png) no-repeat left center;
7742
}
7743
/* line 873, ../sass/app.scss */
7738 7744
.storage .files li .size-col {
7739 7745
  float: left;
7740 7746
  width: 10%;
7741 7747
}
7742
/* line 874, ../sass/app.scss */
7748
/* line 877, ../sass/app.scss */
7743 7749
.storage .files li .date-col {
7744 7750
  float: left;
7745 7751
  width: 20%;
7746 7752
}
7747
/* line 878, ../sass/app.scss */
7753
/* line 881, ../sass/app.scss */
7748 7754
.storage .files li .actions-col {
7749 7755
  float: left;
7750 7756
  width: 30%;
7751 7757
  visibility: hidden;
7752 7758
}
7753
/* line 883, ../sass/app.scss */
7759
/* line 886, ../sass/app.scss */
7754 7760
.storage .files li .actions-col a {
7755
  color: #ff7bac;
7761
  color: #3582ac;
7756 7762
  margin-right: 10px;
7757 7763
}
7758
/* line 886, ../sass/app.scss */
7764
/* line 889, ../sass/app.scss */
7759 7765
.storage .files li .actions-col a:hover {
7760 7766
  color: #919194;
7761 7767
}
7762
/* line 890, ../sass/app.scss */
7768
/* line 893, ../sass/app.scss */
7763 7769
.storage .files li:hover {
7764
  border-color: #ff7bac;
7770
  border-color: #3582ac;
7765 7771
}
7766
/* line 892, ../sass/app.scss */
7772
/* line 895, ../sass/app.scss */
7767 7773
.storage .files li:hover .actions-col {
7768 7774
  visibility: visible;
7769 7775
}
7770
/* line 894, ../sass/app.scss */
7776
/* line 897, ../sass/app.scss */
7771 7777
.storage .files li.titles {
7772 7778
  color: #919194;
7773 7779
}
7774
/* line 896, ../sass/app.scss */
7780
/* line 899, ../sass/app.scss */
7775 7781
.storage .files li.titles .name-col {
7776 7782
  padding-left: 0;
7777 7783
}
7778
/* line 897, ../sass/app.scss */
7784
/* line 900, ../sass/app.scss */
7779 7785
.storage .files li.titles:hover {
7780 7786
  border-color: transparent;
7781 7787
}
7782
/* line 904, ../sass/app.scss */
7788
/* line 907, ../sass/app.scss */
7783 7789
.storage .breadcrumbs li:first-child {
7784 7790
  font-weight: bold;
7785 7791
}
7786
/* line 906, ../sass/app.scss */
7792
/* line 909, ../sass/app.scss */
7787 7793
.storage .breadcrumbs li:first-child a {
7788 7794
  color: #333333;
7789 7795
}
7790
/* line 908, ../sass/app.scss */
7796
/* line 911, ../sass/app.scss */
7791 7797
.storage .breadcrumbs li:first-child a:hover {
7792
  color: #ff7bac;
7798
  color: #3582ac;
7793 7799
}
7794
/* line 913, ../sass/app.scss */
7800
/* line 916, ../sass/app.scss */
7795 7801
.storage .breadcrumbs a:hover {
7796
  color: #ff7bac;
7802
  color: #3582ac;
7797 7803
}
7798 7804

  
7799
/* line 919, ../sass/app.scss */
7805
/* line 922, ../sass/app.scss */
7800 7806
.progress-bar {
7801 7807
  position: fixed;
7802 7808
  bottom: 0;
7803 7809
  left: 0;
7804
  border-top: 1px solid #ff7bac;
7810
  border-top: 1px solid #3582ac;
7805 7811
  width: 100%;
7806 7812
  background: #fff;
7807 7813
  padding: 20px 0 20px 310px;
7808 7814
  color: #919194;
7809 7815
}
7810
/* line 928, ../sass/app.scss */
7816
/* line 931, ../sass/app.scss */
7811 7817
.progress-bar span.counter {
7812 7818
  display: inline-block;
7813 7819
  margin-right: 20px;
7814 7820
  float: left;
7815 7821
}
7816
/* line 933, ../sass/app.scss */
7822
/* line 936, ../sass/app.scss */
7817 7823
.progress-bar a:hover {
7818
  color: #ff7bac;
7824
  color: #3582ac;
7819 7825
}
7820
/* line 936, ../sass/app.scss */
7826
/* line 939, ../sass/app.scss */
7821 7827
.progress-bar div.progress-wrap {
7822 7828
  display: inline-block;
7823 7829
  float: left;
7824 7830
  width: 40%;
7825 7831
  margin-right: 60px;
7826 7832
}
7827
/* line 941, ../sass/app.scss */
7833
/* line 944, ../sass/app.scss */
7828 7834
.progress-bar div.progress-wrap .progress {
7829 7835
  position: relative;
7830 7836
  top: 2px;
7831 7837
}
7832
/* line 946, ../sass/app.scss */
7838
/* line 949, ../sass/app.scss */
7833 7839
.progress-bar span.more {
7834 7840
  display: inline-block;
7835 7841
}
7836 7842

  
7837
/* line 951, ../sass/app.scss */
7843
/* line 954, ../sass/app.scss */
7838 7844
.overlay-wrapper {
7839 7845
  position: relative;
7840 7846
}
7841
/* line 954, ../sass/app.scss */
7847
/* line 957, ../sass/app.scss */
7842 7848
.overlay-wrapper .overlay-area {
7843 7849
  display: none;
7844 7850
  position: absolute;
......
7847 7853
  top: 0;
7848 7854
  width: 100%;
7849 7855
  height: 100%;
7850
  background: #ff7bac;
7856
  background: #3582ac;
7851 7857
  z-index: 20;
7852 7858
}
7853
/* line 965, ../sass/app.scss */
7859
/* line 968, ../sass/app.scss */
7854 7860
.overlay-wrapper .close {
7855 7861
  position: absolute;
7856 7862
  right: 2.5em;
......
7862 7868
  text-indent: -2000px;
7863 7869
  overflow: hidden;
7864 7870
}
7865
/* line 971, ../sass/app.scss */
7871
/* line 974, ../sass/app.scss */
7866 7872
.overlay-wrapper .overlay-div {
7867 7873
  display: none;
7868 7874
  z-index: 100;
7869 7875
  position: relative;
7870 7876
}
7871 7877

  
7872
/* line 978, ../sass/app.scss */
7878
/* line 981, ../sass/app.scss */
7873 7879
.upload-widget {
7874 7880
  padding: 45px 0;
7875 7881
  width: 80%;
......
7877 7883
  margin: 50px auto;
7878 7884
  text-align: center;
7879 7885
}
7880
/* line 984, ../sass/app.scss */
7886
/* line 987, ../sass/app.scss */
7881 7887
.upload-widget h2, .upload-widget a {
7882 7888
  color: #fff;
7883 7889
}
7884
/* line 988, ../sass/app.scss */
7890
/* line 991, ../sass/app.scss */
7885 7891
.upload-widget .btns a {
7886 7892
  margin: 0 10px;
7887 7893
}
7888
/* line 993, ../sass/app.scss */
7894
/* line 996, ../sass/app.scss */
7889 7895
.upload-widget .breadcrumbs {
7890 7896
  display: inline-block;
7891 7897
}
7892
/* line 994, ../sass/app.scss */
7898
/* line 997, ../sass/app.scss */
7893 7899
.upload-widget .breadcrumbs *, .upload-widget .breadcrumbs > *:before, .upload-widget .breadcrumbs li a:first-child, .upload-widget .breadcrumbs a:hover, .upload-widget .breadcrumbs li a:first-child:hover {
7894 7900
  color: #fff;
7895 7901
}
7896
/* line 997, ../sass/app.scss */
7902
/* line 1000, ../sass/app.scss */
7897 7903
.upload-widget .breadcrumbs a:hover {
7898 7904
  text-decoration: underline;
7899 7905
}
7900 7906

  
7901
/* line 1006, ../sass/app.scss */
7907
/* line 1009, ../sass/app.scss */
7902 7908
.dz-success-mark, .dz-error-mark, .dz-error-message {
7903 7909
  display: none;
7904 7910
}
7905 7911

  
7906
/* line 1012, ../sass/app.scss */
7912
/* line 1015, ../sass/app.scss */
7907 7913
.onecol {
7908 7914
  max-width: 75em;
7909 7915
  margin: 0 auto;
7910 7916
}
7911 7917

  
7912 7918
@media only screen and (min-width: 68.75em) {
7913
  /* line 1019, ../sass/app.scss */
7919
  /* line 1022, ../sass/app.scss */
7914 7920
  .entities .items-list {
7915 7921
    display: block;
7916 7922
    padding: 0;

Also available in: Unified diff