kopia lustrzana https://github.com/c9/core
add authorname to commit detail view
rodzic
6072fc1739
commit
b93b789bf7
|
@ -106,7 +106,7 @@
|
||||||
"c9.ide.run.build": "#4de6a0b9a4",
|
"c9.ide.run.build": "#4de6a0b9a4",
|
||||||
"c9.ide.run.debug.xdebug": "#61dcbd0180",
|
"c9.ide.run.debug.xdebug": "#61dcbd0180",
|
||||||
"c9.ide.save": "#326087f5a2",
|
"c9.ide.save": "#326087f5a2",
|
||||||
"c9.ide.scm": "#b45b601c34",
|
"c9.ide.scm": "#ad93c88cd7",
|
||||||
"c9.ide.terminal.monitor": "#b52a3f2144",
|
"c9.ide.terminal.monitor": "#b52a3f2144",
|
||||||
"c9.ide.theme.flat": "#2de8414db7",
|
"c9.ide.theme.flat": "#2de8414db7",
|
||||||
"c9.ide.threewaymerge": "#229382aa0b",
|
"c9.ide.threewaymerge": "#229382aa0b",
|
||||||
|
|
|
@ -12,6 +12,12 @@
|
||||||
color : @menu-button-color;
|
color : @menu-button-color;
|
||||||
padding : @menu-button-padding;
|
padding : @menu-button-padding;
|
||||||
text-shadow : @menu-button-text-shadow;
|
text-shadow : @menu-button-text-shadow;
|
||||||
|
|
||||||
|
|
||||||
|
-webkit-user-select: none;
|
||||||
|
-moz-user-select: none;
|
||||||
|
-ms-user-select: none;
|
||||||
|
user-select: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.c9-menu-btnOver {
|
.c9-menu-btnOver {
|
||||||
|
|
|
@ -24,6 +24,10 @@
|
||||||
background-color: @frame-title-background;
|
background-color: @frame-title-background;
|
||||||
background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, @frame-title-gradient-start),color-stop(1, @frame-title-gradient-stop));
|
background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, @frame-title-gradient-start),color-stop(1, @frame-title-gradient-stop));
|
||||||
background-image: -moz-linear-gradient(90deg, @frame-title-gradient-start 0%, @frame-title-gradient-stop 100%);
|
background-image: -moz-linear-gradient(90deg, @frame-title-gradient-start 0%, @frame-title-gradient-stop 100%);
|
||||||
|
-webkit-user-select: none;
|
||||||
|
-moz-user-select: none;
|
||||||
|
-ms-user-select: none;
|
||||||
|
user-select: none;
|
||||||
}
|
}
|
||||||
.frame>.title:hover{
|
.frame>.title:hover{
|
||||||
background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, @frame-title-gradient-hover-start),color-stop(1, @frame-title-gradient-hover-stop));
|
background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, @frame-title-gradient-hover-start),color-stop(1, @frame-title-gradient-hover-stop));
|
||||||
|
|
|
@ -7,8 +7,7 @@
|
||||||
<a:main container="div[2]" caption="div[1]/span" buttons="div[1]/div">
|
<a:main container="div[2]" caption="div[1]/span" buttons="div[1]/div">
|
||||||
<div class="frame">
|
<div class="frame">
|
||||||
<div class="title"><div class="buttons"/><span>-</span></div>
|
<div class="title"><div class="buttons"/><span>-</span></div>
|
||||||
<div class="body">
|
<div class="body"></div>
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
</a:main>
|
</a:main>
|
||||||
<a:button>
|
<a:button>
|
||||||
|
|
Ładowanie…
Reference in New Issue