Added missing files and WIP localchanges dialog

pull/223/head
Ruben Daniels 2015-11-19 19:52:14 +00:00
rodzic ee7773c08a
commit 95742ea433
2 zmienionych plików z 52 dodań i 1 usunięć

Wyświetl plik

@ -106,7 +106,7 @@
"c9.ide.run.build": "#0598fff697", "c9.ide.run.build": "#0598fff697",
"c9.ide.run.debug.xdebug": "#c4d852533c", "c9.ide.run.debug.xdebug": "#c4d852533c",
"c9.ide.save": "#5118b30230", "c9.ide.save": "#5118b30230",
"c9.ide.scm": "#c0a8246b39", "c9.ide.scm": "#c0314cf0b8",
"c9.ide.terminal.monitor": "#35afa7f97f", "c9.ide.terminal.monitor": "#35afa7f97f",
"c9.ide.test": "#520fa1e6c5", "c9.ide.test": "#520fa1e6c5",
"c9.ide.test.mocha": "#7844e1dc83", "c9.ide.test.mocha": "#7844e1dc83",

Wyświetl plik

@ -0,0 +1,51 @@
.btn-switcher {
.user-select(none);
cursor: default;
line-height: 19px;
font-size: @preview-chooser-font-size;
font-weight: @preview-chooser-font-weight;
color: ;
font-family: @preview-chooser-font-family;
-webkit-font-smoothing: auto;
-moz-osx-font-smoothing: auto;
background: @preview-chooser-background;
border-radius: 0 2px 2px 0;
box-shadow: @preview-chooser-box-shadow;
cursor: pointer;
border: 1px solid @textbox-border-color;
border-left : 0;
border-radius: 0 3px 3px 0;
position : relative;
padding: 4px 17px 4px 8px;
box-sizing: border-box;
}
.btn-switcherOver{
background: @preview-chooser-over-background;
}
.btn-switcherDown{
background: @preview-chooser-active-background;
}
.btn-switcher svg{
vertical-align: middle;
margin: -2px 4px 0 0;
}
.btn-switcher span{
display : block;
position : absolute;
right : 6px;
top : 11px;
width : 5px;
height : 5px;
background: url("@{image-path}/@{preview-chooser-arrow}") no-repeat;
opacity: 0.6;
}
.btn-switcherIcon {
background-repeat: no-repeat;
padding-left: 25px;
padding-top: 5px;
background-position: 5px 6px;
}