Commit de9774f7 authored by santiaago's avatar santiaago
Browse files

bind theme to palette image #31

parent 180180d8
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -76,3 +76,7 @@
    width:80%;
    left:10%;
}

.editor-themePalette--noPadding{
    padding: 0;
}
 No newline at end of file
+4 −3
Original line number Diff line number Diff line
@@ -15,8 +15,9 @@
      <div class="editor-content--positionCenter">
	<h4>COLOR THEME</h4>
	<div class="row">
	  <div class="col-md-2"></div>
	  <div class="col-md-8">
	  <div class="col-md-1"></div>
	  <div class="col-md-3 editor-themePalette--noPadding"><img class="img-responsive" src="/themes/{{editorTheme}}"></div>
	  <div class="col-md-6">
	    <select class="form-control" ng-init="editorTheme='frogideas'" ng-model="editorTheme">
	      <option>frogideas</option>
	      <option>sugarsweets</option>
@@ -30,7 +31,7 @@
	      <option>base</option>
	    </select>
	  </div>
	  <div class="col-md-2"></div>
	  <div class="col-md-1"></div>
	</div>
      </div>
    </div>