Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
2dd17623
Commit
2dd17623
authored
Jun 18, 2012
by
randx
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Refactor code themes
parent
22d6dc2b
Changes
5
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
7 additions
and
13 deletions
+7
-13
app/assets/stylesheets/common.scss
app/assets/stylesheets/common.scss
+2
-1
app/assets/stylesheets/gitlab_bootstrap.scss
app/assets/stylesheets/gitlab_bootstrap.scss
+2
-2
app/assets/stylesheets/highlight/dark.scss
app/assets/stylesheets/highlight/dark.scss
+1
-1
app/assets/stylesheets/highlight/white.scss
app/assets/stylesheets/highlight/white.scss
+0
-7
app/assets/stylesheets/main.scss
app/assets/stylesheets/main.scss
+2
-2
No files found.
app/assets/stylesheets/common.scss
View file @
2dd17623
...
...
@@ -581,7 +581,8 @@ li.note {
/* CHZN reset few styles */
.chzn-container-single
.chzn-single
{
background
:
#FFF
;
border
:
1px
solid
#ccc
;
border
:
1px
solid
#bbb
;
box-shadow
:none
;
}
.chzn-container-active
.chzn-single
{
background
:
#fff
;
...
...
app/assets/stylesheets/gitlab_bootstrap.scss
View file @
2dd17623
...
...
@@ -165,11 +165,11 @@ a:focus {
}
.nav-pills
a
:hover
{
background-color
:
#
ccc
;
background-color
:
#
888
;
}
.nav-pills
.active
a
{
background-color
:
#aaa
;
background-color
:
$style_color
;
}
.label
{
...
...
app/assets/stylesheets/highlight
.blac
k.scss
→
app/assets/stylesheets/highlight
/dar
k.scss
View file @
2dd17623
...
...
@@ -59,7 +59,7 @@
.highlight
.sr
{
color
:orange
;}
/* Literal.String.Regex */
.highlight
.s1
{
color
:orange
;}
/* Literal.String.Single */
.highlight
.ss
{
color
:orange
;}
/* Literal.String.Symbol */
.bp
{
color
:
#
00338
8
}
/* Name.Builtin.Pseudo */
.bp
{
color
:
#
D5
8
}
/* Name.Builtin.Pseudo */
.vc
{
color
:
#336699
}
/* Name.Variable.Class */
.vg
{
color
:
#dd7700
}
/* Name.Variable.Global */
.vi
{
color
:
cyan
}
...
...
app/assets/stylesheets/highlight.scss
→
app/assets/stylesheets/highlight
/white
.scss
View file @
2dd17623
@mixin
round-borders-all
(
$radius
)
{
border
:
1px
solid
#eaeaea
;
-moz-border-radius
:
$radius
;
-webkit-border-radius
:
$radius
;
border-radius
:
$radius
;
}
table
.highlighttable
{
margin
:
0px
;
...
...
app/assets/stylesheets/main.scss
View file @
2dd17623
...
...
@@ -152,13 +152,13 @@ $hover: #FDF5D9;
* CODE HIGHTLIGHT BASE
*
*/
@import
"highlight.scss"
;
@import
"highlight
/white
.scss"
;
/**
* CODE HIGHTLIGHT DARK schema
*
*/
@import
"highlight
.blac
k.scss"
;
@import
"highlight
/dar
k.scss"
;
/**
* JQUERY UI ext
...
...
Write
Preview
Markdown
is supported
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