Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
osp
work.balsamine.www
Commits
7fa2f1ac
Commit
7fa2f1ac
authored
Aug 09, 2017
by
colm
Browse files
fixing scrollbars
#12
and fixing background repeat issues in
#11
parent
ffe780cc
Changes
1
Hide whitespace changes
Inline
Side-by-side
theme/balsamine/static/css/balsa.css
View file @
7fa2f1ac
...
@@ -431,10 +431,12 @@ div.secondary { display: none; }
...
@@ -431,10 +431,12 @@ div.secondary { display: none; }
========================================================================== */
========================================================================== */
.main-content
{
.main-content
{
background-image
:
url('/theme/imgs/damier-gradient.png')
;
background
:
background-size
:
60px
10px
;
url('/theme/imgs/damier-gradient.png')
background-repeat-y
:
repeat
;
0px
60px
background-repeat-x
:
no-repeat
;
no-repeat
repeat
;
}
}
@media
(
--mobile
)
{
@media
(
--mobile
)
{
...
@@ -584,6 +586,9 @@ div.secondary { display: none; }
...
@@ -584,6 +586,9 @@ div.secondary { display: none; }
//
border-left
:
2px
solid
black
;
//
border-left
:
2px
solid
black
;
font-size
:
1em
;
font-size
:
1em
;
@media
(--mobile){
padding
:
2px
26px
;
}
}
}
.schedule__title
{
.schedule__title
{
...
@@ -1582,11 +1587,23 @@ a.reservation-link:hover {
...
@@ -1582,11 +1587,23 @@ a.reservation-link:hover {
}
}
.ps__scrollbar-y
{
.ps__scrollbar-y
{
width
:
6
px
!important
;
width
:
5
px
!important
;
right
:
0px
!important
;
right
:
0px
!important
;
background-image
:
url("/images/damier.png")
!important
;
background-size
:
10px
;
background-color
:
white
!important
;
opacity
:
0.9
!important
;
}
}
.ps__scrollbar-y-rail
{
width
:
6px
!important
;
}
.ps__scrollbar-y
:hover
{
background-color
:
white
!important
;
}
.ps__scrollbar-y-rail
{
width
:
6px
!important
;
}
.ps--theme_balsa
:hover
>
.ps__scrollbar-y-rail
:hover
{
background-color
:
rgb
(
255
,
255
,
255
);
}
.ps--theme_balsa
:hover
>
.ps__scrollbar-y-rail
:hover
{
background-color
:
rgb
(
255
,
255
,
255
);
}
...
...
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