Changeset - c2af36d6fa6b
[Not reviewed]
default
0 3 0
drewp@bigasterisk.com - 8 years ago 2017-06-11 02:53:47
drewp@bigasterisk.com
3 files changed with 2 insertions and 3 deletions:
0 comments (0 inline, 0 general)
light9/web/edit-choice.html
Show inline comments
 
@@ -14,19 +14,18 @@
 
         background: rgba(126, 52, 245, 0.0784313725490196);
 
         box-shadow: 0 0 20px #ffff00;
 
     }
 
     a {
 
         color: #8e8eff;
 
         padding: 3px;
 
         display: inline-block;
 
         font-size: 145%;
 
     }
 
     
 
    </style>
 
    <div id="box">
 
      Effect:
 
      <resource-display graph="{{graph}}" uri="{{uri}}" rename></resource-display>
 
      <button on-click="unlink">Unlink</button>
 
    </div>
 
  </template>
 
  <script src="edit-choice.js"></script>
 
</dom-module>
light9/web/style.css
Show inline comments
 
@@ -147,25 +147,25 @@ button a {
 
}
 
a.resource {
 
    color: inherit;
 
    text-decoration: none;
 
}
 

	
 
.resource {
 
    border: 1px solid #545454;
 
    border-radius: 5px;
 
    padding: 1px;
 
    margin: 2px;
 
    background: rgb(49, 49, 49);
 
    display: block;
 
    display: inline-block;
 
    text-shadow: 1px 1px 2px black;
 
}
 
.resource.minor {
 
    background: none;
 
    border: none;
 
}
 
.resource a {
 
    color: rgb(150, 150, 255);
 
    padding: 1px;
 
    display: inline-block;
 
}
 
.resource.minor a {
light9/web/timeline/timeline-elements.html
Show inline comments
 
@@ -264,25 +264,25 @@
 

	
 
    </style>
 
  </template>
 
</dom-module>
 

	
 
<!-- sometimes we draw attrs within the shape of a note. -->
 
<dom-module id="light9-timeline-note-inline-attrs">
 
  <template>
 
    <style>
 
     #top {
 
         position: absolute;
 
         overflow: hidden;
 
         background: rgba(123, 123, 123, 0.71);
 
         background: rgba(19, 19, 19, 0.65);
 
         border-radius: 6px;
 
         border: 1px solid #313131;
 
         padding: 3px;
 
         z-index: 2;
 
     }
 
    </style>
 
    <div id="top" style$="left: [[rect.left]]px; top: [[rect.top]]px; width: [[rect.width]]px; height: [[rect.height]]px; display: [[rect.display]]">
 
      <div>note [[noteLabel]] <button on-click="onDel">del</button></div>
 
      <table>
 
        <tr><th>effect:</th><td><edit-choice graph="{{graph}}" uri="{{effect}}"></edit-choice></td></tr>
 
        <tr><th>colorScale:</th><td>
 
          <light9-color-picker color="{{colorScale}}"></light9-color-picker>
0 comments (0 inline, 0 general)