summaryrefslogtreecommitdiffstats
path: root/WebContent/VAADIN/themes/runo/datefield/datefield.scss
blob: f0078107507f25c2689865201fd9035d0d80126c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
@mixin runo-datefield($primaryStyleName : v-datefield) {

.#{$primaryStyleName} input.v-textfield,
.#{$primaryStyleName} input.v-textfield[type=text] {
	height: 18px;
}
.#{$primaryStyleName}-button {
	font-size:13px;
	width: 22px;
	height: 24px;
	padding: 0;
	overflow: hidden;
	border: none;
	background: transparent url(img/open-button.png) no-repeat right 0;
	vertical-align: top;
}
.#{$primaryStyleName}-popup {
	font-family: "Trebuchet MS", geneva, helvetica, arial, tahoma, verdana, sans-serif;
	color: #464f52;
	font-size: 12px;
	background: #f6f7f7;
	border: 1px solid #b6bbbc;
	padding: 2px 6px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.#{$primaryStyleName}-calendarpanel {
	width: 230px;
}
.#{$primaryStyleName}-popup .#{$primaryStyleName}-calendarpanel {
	width: 200px;
}
.#{$primaryStyleName}-year .#{$primaryStyleName}-calendarpanel {
	width: 100px;
}
.#{$primaryStyleName}-calendarpanel td {
	text-align: right;
}
.#{$primaryStyleName}-calendarpanel td span {
	display: block;
}
.#{$primaryStyleName}-calendarpanel-header {
	height: 30px;
	font-size: 13px;
}
td.#{$primaryStyleName}-calendarpanel-month {
	font-weight: bold;
	text-shadow: 0 1px 0 #fff;
	width: 150px;
}
.#{$primaryStyleName}-calendarpanel-prevyear,
.#{$primaryStyleName}-calendarpanel-nextyear,
.#{$primaryStyleName}-calendarpanel-prevmonth,
.#{$primaryStyleName}-calendarpanel-nextmonth {
	width: 16px;
}
/* Year buttons */
.#{$primaryStyleName}-calendarpanel .v-button-prevyear,
.#{$primaryStyleName}-calendarpanel .v-button-nextyear {
	display: block;
	width: 16px;
	height: 16px;
	border: none;
	padding: 0;
	background: transparent url(img/prevyear.png) no-repeat;
	text-indent: -90000px;
	margin: 0 auto;
}
.#{$primaryStyleName}-calendarpanel .v-button-nextyear {
	background: transparent url(img/nextyear.png) no-repeat;
}
.#{$primaryStyleName}-calendarpanel .v-button-prevyear:hover,
.#{$primaryStyleName}-calendarpanel .v-button-nextyear:hover {
	background-position: left bottom;
}
/* Month buttons */
.#{$primaryStyleName}-calendarpanel .v-button-prevmonth,
.#{$primaryStyleName}-calendarpanel .v-button-nextmonth {
	display: block;
	width: 11px;
	height: 16px;
	border: none;
	padding: 0;
	background: transparent url(img/prevmonth.png) no-repeat;
	text-indent: -90000px;
	margin: 0 auto;
}
.#{$primaryStyleName}-calendarpanel .v-button-nextmonth {
	background: transparent url(img/nextmonth.png) no-repeat;
}
.#{$primaryStyleName}-calendarpanel .v-button-prevmonth:hover,
.#{$primaryStyleName}-calendarpanel .v-button-nextmonth:hover {
	background-position: left bottom;
}
.#{$primaryStyleName}-calendarpanel strong {
	color: #ee5311;
	display: block;
	width: 20px;
	font-size: 12px;
}
.#{$primaryStyleName}-calendarpanel-day,
.#{$primaryStyleName}-calendarpanel-weeknumber,
.#{$primaryStyleName}-calendarpanel-day-today {
	padding: 1px 3px;
	width: 14px;
	height: 16px;
}
.#{$primaryStyleName}-calendarpanel-day-today {
	border: 1px solid #429ce9;
	width: 12px;
	height: 14px;
}
.#{$primaryStyleName}-calendarpanel-day-entry {
	color: #6a98b5;
}
.#{$primaryStyleName}-calendarpanel-day-disabled {
	font-weight: normal;
	color: #dddddd;
}
.#{$primaryStyleName}-calendarpanel-day-entry.#{$primaryStyleName}-calendarpanel-day-disabled {
	color: #afd6f8;
}
.#{$primaryStyleName}-calendarpanel-day-selected {
	font-weight: bold;
	width: 14px;
	height: 16px;
	color: #fff;
	padding: 1px 3px;
	background: transparent url(img/selected-bg.png) no-repeat 50% 50%;
	border: none;
}
.#{$primaryStyleName}-time {
	font-size: 11px;
}
.#{$primaryStyleName}-time .v-select {
	font-size: 10px;
	padding: 0;
	margin: 0;
}
.#{$primaryStyleName}-rendererror .v-textfield {
	background: #ff9999;
}
.#{$primaryStyleName}-prompt .#{$primaryStyleName}-textfield {
	color: #999;
	font-style: normal;
}

}
table30'>backport/49147/stable30 Nextcloud server, a safe home for all your data: https://github.com/nextcloud/serverwww-data
summaryrefslogtreecommitdiffstats
path: root/version.php
blob: a38403498110c8fe5d132ebd7dac2e76095cd088 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
<?php
/**
 * @author Arthur Schiwon <blizzz@owncloud.com>
 * @author C Montero-Luque <cml@owncloud.com>
 * @author Frank Karlitschek <frank@owncloud.org>
 * @author Joas Schilling <nickvergessen@owncloud.com>
 * @author Lukas Reschke <lukas@owncloud.com>
 * @author Vincent Petry <pvince81@owncloud.com>
 *
 * @copyright Copyright (c) 2016, ownCloud, Inc.
 * @license AGPL-3.0
 *
 * This code is free software: you can redistribute it and/or modify
 * it under the terms of the GNU Affero General Public License, version 3,
 * as published by the Free Software Foundation.
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
 * GNU Affero General Public License for more details.
 *
 * You should have received a copy of the GNU Affero General Public License, version 3,
 * along with this program.  If not, see <http://www.gnu.org/licenses/>
 *
 */
// We only can count up. The 4. digit is only for the internal patchlevel to trigger DB upgrades
// between betas, final and RCs. This is _not_ the public version number. Reset minor/patchlevel
// when updating major/minor version number.
$OC_Version = array(9, 1, 0, 0);

// The human readable string
$OC_VersionString = '9.1.0 pre alpha';

$OC_VersionCanBeUpgradedFrom = array(9, 0);

// The ownCloud channel
$OC_Channel = 'git';

// The build number
$OC_Build = '';