Skip to content

Commit f4cc105

Browse files
authored
Merge pull request lightspeed-core#1001 from tisnik/stylesheet
Stylesheets
2 parents d164b73 + bdb38fa commit f4cc105

41 files changed

Lines changed: 15063 additions & 0 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

docs/DB/bower/admin-lte/dist/css/AdminLTE.css

Lines changed: 4942 additions & 0 deletions
Large diffs are not rendered by default.

docs/DB/bower/admin-lte/dist/css/AdminLTE.min.css

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/DB/bower/admin-lte/dist/css/alt/AdminLTE-bootstrap-social.css

Lines changed: 760 additions & 0 deletions
Large diffs are not rendered by default.

docs/DB/bower/admin-lte/dist/css/alt/AdminLTE-bootstrap-social.min.css

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 93 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,93 @@
1+
/*
2+
* Plugin: Full Calendar
3+
* ---------------------
4+
*/
5+
.fc-button {
6+
background: #f4f4f4;
7+
background-image: none;
8+
color: #444;
9+
border-color: #ddd;
10+
border-bottom-color: #ddd;
11+
}
12+
.fc-button:hover,
13+
.fc-button:active,
14+
.fc-button.hover {
15+
background-color: #e9e9e9;
16+
}
17+
.fc-header-title h2 {
18+
font-size: 15px;
19+
line-height: 1.6em;
20+
color: #666;
21+
margin-left: 10px;
22+
}
23+
.fc-header-right {
24+
padding-right: 10px;
25+
}
26+
.fc-header-left {
27+
padding-left: 10px;
28+
}
29+
.fc-widget-header {
30+
background: #fafafa;
31+
}
32+
.fc-grid {
33+
width: 100%;
34+
border: 0;
35+
}
36+
.fc-widget-header:first-of-type,
37+
.fc-widget-content:first-of-type {
38+
border-left: 0;
39+
border-right: 0;
40+
}
41+
.fc-widget-header:last-of-type,
42+
.fc-widget-content:last-of-type {
43+
border-right: 0;
44+
}
45+
.fc-toolbar {
46+
padding: 10px;
47+
margin: 0;
48+
}
49+
.fc-day-number {
50+
font-size: 20px;
51+
font-weight: 300;
52+
padding-right: 10px;
53+
}
54+
.fc-color-picker {
55+
list-style: none;
56+
margin: 0;
57+
padding: 0;
58+
}
59+
.fc-color-picker > li {
60+
float: left;
61+
font-size: 30px;
62+
margin-right: 5px;
63+
line-height: 30px;
64+
}
65+
.fc-color-picker > li .fa {
66+
-webkit-transition: -webkit-transform linear 0.3s;
67+
-moz-transition: -moz-transform linear 0.3s;
68+
-o-transition: -o-transform linear 0.3s;
69+
transition: transform linear 0.3s;
70+
}
71+
.fc-color-picker > li .fa:hover {
72+
-webkit-transform: rotate(30deg);
73+
-ms-transform: rotate(30deg);
74+
-o-transform: rotate(30deg);
75+
transform: rotate(30deg);
76+
}
77+
#add-new-event {
78+
-webkit-transition: all linear 0.3s;
79+
-o-transition: all linear 0.3s;
80+
transition: all linear 0.3s;
81+
}
82+
.external-event {
83+
padding: 5px 10px;
84+
font-weight: bold;
85+
margin-bottom: 4px;
86+
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
87+
text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
88+
border-radius: 3px;
89+
cursor: move;
90+
}
91+
.external-event:hover {
92+
box-shadow: inset 0 0 90px rgba(0, 0, 0, 0.2);
93+
}

docs/DB/bower/admin-lte/dist/css/alt/AdminLTE-fullcalendar.min.css

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 97 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,97 @@
1+
/*
2+
* Plugin: Select2
3+
* ---------------
4+
*/
5+
.select2-container--default.select2-container--focus,
6+
.select2-selection.select2-container--focus,
7+
.select2-container--default:focus,
8+
.select2-selection:focus,
9+
.select2-container--default:active,
10+
.select2-selection:active {
11+
outline: none;
12+
}
13+
.select2-container--default .select2-selection--single,
14+
.select2-selection .select2-selection--single {
15+
border: 1px solid #d2d6de;
16+
border-radius: 0;
17+
padding: 6px 12px;
18+
height: 34px;
19+
}
20+
.select2-container--default.select2-container--open {
21+
border-color: #3c8dbc;
22+
}
23+
.select2-dropdown {
24+
border: 1px solid #d2d6de;
25+
border-radius: 0;
26+
}
27+
.select2-container--default .select2-results__option--highlighted[aria-selected] {
28+
background-color: #3c8dbc;
29+
color: white;
30+
}
31+
.select2-results__option {
32+
padding: 6px 12px;
33+
user-select: none;
34+
-webkit-user-select: none;
35+
}
36+
.select2-container .select2-selection--single .select2-selection__rendered {
37+
padding-left: 0;
38+
padding-right: 0;
39+
height: auto;
40+
margin-top: -4px;
41+
}
42+
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
43+
padding-right: 6px;
44+
padding-left: 20px;
45+
}
46+
.select2-container--default .select2-selection--single .select2-selection__arrow {
47+
height: 28px;
48+
right: 3px;
49+
}
50+
.select2-container--default .select2-selection--single .select2-selection__arrow b {
51+
margin-top: 0;
52+
}
53+
.select2-dropdown .select2-search__field,
54+
.select2-search--inline .select2-search__field {
55+
border: 1px solid #d2d6de;
56+
}
57+
.select2-dropdown .select2-search__field:focus,
58+
.select2-search--inline .select2-search__field:focus {
59+
outline: none;
60+
border: 1px solid #3c8dbc;
61+
}
62+
.select2-container--default .select2-results__option[aria-disabled=true] {
63+
color: #999;
64+
}
65+
.select2-container--default .select2-results__option[aria-selected=true] {
66+
background-color: #ddd;
67+
}
68+
.select2-container--default .select2-results__option[aria-selected=true],
69+
.select2-container--default .select2-results__option[aria-selected=true]:hover {
70+
color: #444;
71+
}
72+
.select2-container--default .select2-selection--multiple {
73+
border: 1px solid #d2d6de;
74+
border-radius: 0;
75+
}
76+
.select2-container--default .select2-selection--multiple:focus {
77+
border-color: #3c8dbc;
78+
}
79+
.select2-container--default.select2-container--focus .select2-selection--multiple {
80+
border-color: #d2d6de;
81+
}
82+
.select2-container--default .select2-selection--multiple .select2-selection__choice {
83+
background-color: #3c8dbc;
84+
border-color: #367fa9;
85+
padding: 1px 10px;
86+
color: #fff;
87+
}
88+
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
89+
margin-right: 5px;
90+
color: rgba(255, 255, 255, 0.7);
91+
}
92+
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
93+
color: #fff;
94+
}
95+
.select2-container .select2-selection--single .select2-selection__rendered {
96+
padding-right: 10px;
97+
}

0 commit comments

Comments
 (0)