File tree 5 files changed +41
-65
lines changed
5 files changed +41
-65
lines changed Original file line number Diff line number Diff line change 11
11
visibility : visible;
12
12
}
13
13
14
- .navbar {
14
+ .navbar-default {
15
+ border : none;
15
16
border-radius : 0 ;
16
- margin-bottom : 2px ;
17
- height : 50px ; /* needed to override the darkly settings */
17
+ margin-bottom : 1px ;
18
18
}
19
19
20
20
.navbar-brand {
21
- padding-top : 0px ;
22
- padding-bottom : 0px ;
21
+ padding : 0 ;
23
22
position : relative;
24
23
width : 185px ;
25
24
}
40
39
display : block;
41
40
}
42
41
43
- # lang-dropdown {
44
- min-width : 5em ;
45
- }
46
-
47
- .navbar-inverse .navbar-brand {
48
- font-weight : bold;
49
- }
50
-
51
42
.nav .nav-tabs {
52
43
margin-bottom : 3px !important ;
53
44
}
Original file line number Diff line number Diff line change 4
4
background-color : # 333 !important ;
5
5
}
6
6
7
- .navbar-inverse {
7
+ .navbar-default {
8
8
background-color : # 333 !important ;
9
9
}
10
10
11
- .navbar-inverse .navbar-brand {
12
- color : # aaa !important ;
13
- }
14
-
15
- .navbar .navbar-toggle {
16
- background-color : # 3e3e3e !important ;
17
- }
18
-
19
- .navbar .navbar-toggle .icon-bar {
20
- background-color : # f2f2f2 !important ;
21
- }
22
-
23
- .nav .navbar-nav .navbar-left li : hover {
24
- color : # ccc !important ;
25
- }
26
-
27
11
.navbar-brand img .inverse {
28
12
display : block !important ;
29
13
}
Original file line number Diff line number Diff line change 1
1
@import url ("~golden-layout/src/css/goldenlayout-light-theme.css" );
2
2
3
- . navbar-inverse {
4
- background-color : # 226 ;
3
+ body {
4
+ background-color : # FFFFFF ;
5
5
}
6
6
7
- .navbar-inverse . navbar-brand {
8
- color : # ddd ;
7
+ .navbar-default {
8
+ background- color: # FFFFFF ;
9
9
}
10
10
11
- .navbar .navbar-toggle {
12
- background-color : # f2f2f2 ;
11
+ .navbar-default .navbar-nav li a {
12
+ color : # 337ab7 ;
13
+ }
14
+
15
+ .navbar-default .navbar-nav li a : hover {
16
+ color : # 23527c ;
13
17
}
14
18
15
- .navbar . navbar-toggle . icon-bar {
16
- background-color : black ;
19
+ .navbar-default ul . nav li : hover {
20
+ background-color : # eee ;
17
21
}
18
22
19
23
.float-link {
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ html(lang="en")
4
4
include monaco.pug
5
5
include head.pug
6
6
body( class =extraBodyClass)
7
- .navbar
7
+ .navbar-default
8
8
.container-fluid
9
9
.navbar-header
10
10
a.navbar-brand ( href ="#" title ="Compiler Explorer" )
@@ -63,30 +63,4 @@ html(lang="en")
63
63
64
64
include templates.pug
65
65
66
- .gl_keep.template
67
- .urls
68
- .input-group.urls-container
69
- .input-group-btn
70
- .btn-group.btn-group-sm
71
- button.btn.btn-sm.dropdown-toggle (
72
- data-toggle ="dropdown" type ="button" aria-haspopup ="true" aria-expanded ="false" )
73
- span.current Short
74
- span.caret
75
- ul.dropdown-menu.sources
76
- if gapiKey
77
- li: a( href ="#" data-bind ="Short" ) Short
78
- li: a( href ="#" data-bind ="Full" ) Full
79
- li: a( href ="#" data-bind ="Embed" ) Embed
80
- li: a( href ="#" data-bind ="Embed (RO)" ) Embed (read only)
81
- input.form-control.input-sm.permalink (
82
- type ="text" placeholder ="Loading" readonly size ="1024" )
83
- span.input-group-btn
84
- button.btn.btn-sm.clippy (
85
- type ="button" data-clipboard-target =".popover .permalink"
86
- title ="Copy to clipboard" )
87
- img.clippy (
88
- src = require (" clippy.svg" ) width ="13px"
89
- alt ="Copy to clipboard" )
90
- .lang
91
-
92
66
include popups.pug
Original file line number Diff line number Diff line change 1
1
.gl_keep.template
2
+ .urls
3
+ .input-group.urls-container
4
+ .input-group-btn
5
+ .btn-group.btn-group-sm
6
+ button.btn.btn-sm.dropdown-toggle (
7
+ data-toggle ="dropdown" type ="button" aria-haspopup ="true" aria-expanded ="false" )
8
+ span.current Short
9
+ span.caret
10
+ ul.dropdown-menu.sources
11
+ if gapiKey
12
+ li: a( href ="#" data-bind ="Short" ) Short
13
+ li: a( href ="#" data-bind ="Full" ) Full
14
+ li: a( href ="#" data-bind ="Embed" ) Embed
15
+ li: a( href ="#" data-bind ="Embed (RO)" ) Embed (read only)
16
+ input.form-control.input-sm.permalink (
17
+ type ="text" placeholder ="Loading" readonly size ="1024" )
18
+ span.input-group-btn
19
+ button.btn.btn-sm.clippy (
20
+ type ="button" data-clipboard-target =".popover .permalink"
21
+ title ="Copy to clipboard" )
22
+ img.clippy (
23
+ src = require (" clippy.svg" ) width ="13px"
24
+ alt ="Copy to clipboard" )
2
25
#codeEditor
3
26
.top-bar.btn-toolbar ( role ="toolbar" )
4
27
include font-size.pug
You can’t perform that action at this time.
0 commit comments