Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Jeff Sturek
UNL Resource Scheduler
Commits
58f2fe35
Commit
58f2fe35
authored
Oct 06, 2021
by
Jeff Sturek
Browse files
More Dark mode fixes
parent
29b0ccad
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
public/css/resource_scheduler.css
View file @
58f2fe35
This diff is collapsed.
Click to expand it.
src/less/resource_scheduler.less
View file @
58f2fe35
...
...
@@ -589,14 +589,14 @@ label.day-header {
}
.wdn_tabs>li {
background-color: var(--bg-tab);
background-color: var(--bg-tab)
!important
;
.selected {
background-color: var(--bg-tab-selected);
background-color: var(--bg-tab-selected)
!important
;
}
}
.wdn_tabs_content {
background-color: var(--bg-tabs-panel);
border-color: var(--b-tab)
background-color: var(--bg-tabs-panel)
!important
;
border-color: var(--b-tab)
!important;
}
views/admin/new_hours.erb
View file @
58f2fe35
...
...
@@ -15,7 +15,7 @@
<label
for=
"effective-date"
>
Effective Date
</label>
<div
class=
"date-time-select"
>
<span
class=
"wdn-icon-calendar"
></span>
<span
class=
"wdn-icon-calendar
dcf-float-left dcf-mt-2
"
></span>
<input
style=
"width: 90%;"
id=
"effective-date"
name=
"effective_date"
title=
"Effective Date"
type=
"text"
class=
"datepicker"
value=
"
<%=
(
space_hour
.
effective_date
||
Time
.
now
).
strftime
(
'%m/%d/%Y'
)
%>
"
/>
</div>
</div>
...
...
views/fixed.erb
View file @
58f2fe35
<!DOCTYPE html>
<%
template_dep_version
=
'5.3.
0
'
%>
<%
template_dep_version
=
'5.3.
5
'
%>
<html
class=
"dcf-no-js dcf-no-webp"
lang=
"en"
>
<head>
<%=
ERB
.
new
(
File
.
read
(
File
.
expand_path
(
"
#{
ROOT
}
/public/wdn/templates_5.3/includes/global/head-1.html"
))).
result
%>
...
...
@@ -16,7 +16,7 @@
<%=
ERB
.
new
(
File
.
read
(
File
.
expand_path
(
"
#{
ROOT
}
/public/wdn/templates_5.3/includes/global/head-2-local.html"
))).
result
.
gsub
(
'$DEP_VERSION$'
,
template_dep_version
)
%>
<!-- TemplateBeginEditable name="head" -->
<meta
name=
"apple-mobile-web-app-capable"
content=
"yes"
>
<link
rel=
"stylesheet"
href=
"/css/resource_scheduler.css"
>
<link
rel=
"stylesheet"
href=
"/css/resource_scheduler.css
?cb=20211006
"
>
<link
rel=
"stylesheet"
href=
"/css/spencers.css"
>
<%
if
defined?
(
kiosk_mode
)
&&
kiosk_mode
==
'true'
%>
<link
rel=
"stylesheet"
href=
"/css/kiosk.css"
>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment